You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a scenario where I initialize the view with a preloaded image. After that I load the rest of the images async and the using the addImage method to add it to the view.
After the first image animates the same image repeats once before the view animating correctly. This take the cool effect away. Do you know if this is a known issue or am I doing something wrong?
Thanks for a great control!
The text was updated successfully, but these errors were encountered:
I didn't test this feature. It was added by @boska in this PR (d839a4b), maybe he can give you a hand with this.
Anyways I will test the code and fix it in case it is necessary this weekend. I will be back here with the results.
I have a scenario where I initialize the view with a preloaded image. After that I load the rest of the images async and the using the
addImage
method to add it to the view.After the first image animates the same image repeats once before the view animating correctly. This take the cool effect away. Do you know if this is a known issue or am I doing something wrong?
Thanks for a great control!
The text was updated successfully, but these errors were encountered: