[Vuejs]-React Native Animation skipping to end value

0👍

Finally figured it out!

This was due to a property of the component changing in the middle of the animation. Note this property had NOTHING TO DO with the animation itself, but when the parent component changed a property it passed to the child component (which was doing the animation on itself), it caused the component to immediately refresh and force stop all animations

Leave a comment