-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delay animation for any gif? #96
Comments
Hi @ahmedtalaat327, There's no property to delay the animation start. The only way to do this right now is to set AutoStart to false and control the animation manually. |
Sorry Hi, @thomaslevesque |
@thomaslevesque I think |
@ahmedtalaat327 sorry, I don't understand what you're saying.
What does it mean?
Setting AutoStart to false just causes the animation not to start automatically, so that you can control it manually. It doesn't change when the decoding is done. |
I added the gif using this code:
How can I control the delay time to start the gif ? any property in xaml can do this?
The text was updated successfully, but these errors were encountered: