oblador / react-native-animatable

Standard set of easy to use animations and declarative transitions for React Native
MIT License
9.81k stars 702 forks source link

is any method to stop animatable #333

Open afeng159 opened 3 years ago

afeng159 commented 3 years ago

i want to stop animation but i could not find method to call or other way?

papidb commented 3 years ago

Have you tried the stopAnimation().

You can call it from the ref as

this.ref.current. stopAnimation()