Animation stuttering after AppState change #1278
timhilgenstoehler
started this conversation in
General
Replies: 1 comment
-
I just found this PR with exactly solved my problem for anyone wondering the same: #1259 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @william-candillon,
after years of watching your videos on YouTube I am so happy that my new project needs this library and it’s working cool so far!
Here my question: I have a few Animations running, mostly shapes with LinearGradient which changes sizes and movement on runtime.
When I first open the app, all things are smooth. Using React native Navigation I can switch tabs, showing modals with each their own animations etc. All working well!
But when I go to another app and then go back to my app all of my animations are stuttering. Even some ImageSVG are not visible at all and need some time to come back. Only restart of the app brings back the nice animations.
Any ideas what I can do?
Kind Regards,
Tim
Beta Was this translation helpful? Give feedback.
All reactions