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
cancelAnimation provides a way to stop a running animation. I've got a hunch that I should be calling this in a return-function of a useEffect, to prevent the animation from running while the component is unmounted. Is this correct, or does Reanimated handle that case automatically and is this meant for more rare situations?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
cancelAnimation
provides a way to stop a running animation. I've got a hunch that I should be calling this in a return-function of auseEffect
, to prevent the animation from running while the component is unmounted. Is this correct, or does Reanimated handle that case automatically and is this meant for more rare situations?Beta Was this translation helpful? Give feedback.
All reactions