joeyschroeder / react-native-simple-animations

🌈 A React Native component that adds simple entrance, exit, and attention-seeking animations to a child component.
https://www.npmjs.com/package/react-native-simple-animations
Other
27 stars 4 forks source link

Problem with slide,spring movement type #3

Closed saeedek closed 5 years ago

saeedek commented 5 years ago

Hello, I am trying to use this library to animate my inputs, but the problem is that when I set the movementType to "slide" or "spring" nothing happens, but with the staticType to "bounce" or "zoom" the animation works. I don't know what is causing the problem.

saeedek commented 5 years ago

Sorry, the distance also had to be set.