oblador / react-native-animatable

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

Add iterationDelay to componentWillReceiveProps #261

Closed IceInBeard closed 5 years ago

IceInBeard commented 5 years ago

When updating the props, iterationDelay is not being passed.

oblador commented 5 years ago

Released in 1.3.2

StanislavMayorov commented 5 years ago

Hi. Could explain why duration and iterationDelay is updated only if !deepEquals(animation, this.props.animation) is true? I'd like to update only iterationDelay, but it isn't possible.