-
-
Notifications
You must be signed in to change notification settings - Fork 700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix transitions aborting on repeated style values #257
base: master
Are you sure you want to change the base?
Commits on Mar 6, 2019
-
Fix transitions aborting on repeated values
Before this fix the following could happen: 1. Button receives props { otherProp: valA style: {translateY: 50} } 2. Transition starts to translate button to 50. 3. While transition is happening Button receives the following props { otherProp: valB style: {translateY: 50} } 4. Transition is aborted and Button "jerks" to the target state of the transition. This update makes react-native-animatable ignore repeated style props and only start transitions when new values are received.
Configuration menu - View commit details
-
Copy full SHA for cfdc48d - Browse repository at this point
Copy the full SHA cfdc48dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 235ea64 - Browse repository at this point
Copy the full SHA 235ea64View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4071a4 - Browse repository at this point
Copy the full SHA d4071a4View commit details
Commits on Mar 7, 2019
-
Fix all animations using interpolation
Copy and paste error in needsInterpolation check
Configuration menu - View commit details
-
Copy full SHA for c3d0142 - Browse repository at this point
Copy the full SHA c3d0142View commit details
Commits on Oct 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8793a6d - Browse repository at this point
Copy the full SHA 8793a6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc06573 - Browse repository at this point
Copy the full SHA dc06573View commit details -
Add custom animation imperative usage (oblador#275)
I failed to find documentation for this, but I found this issue: oblador#174
Configuration menu - View commit details
-
Copy full SHA for c1fb6b0 - Browse repository at this point
Copy the full SHA c1fb6b0View commit details -
Fix typing of AnimatableProperties.animation (oblador#256)
* Fix typing of AnimatableProperties.animation * Add custom animation usage examples in Readme
Configuration menu - View commit details
-
Copy full SHA for 2c55fa8 - Browse repository at this point
Copy the full SHA 2c55fa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e78d3c - Browse repository at this point
Copy the full SHA 9e78d3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 277347b - Browse repository at this point
Copy the full SHA 277347bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f8d55d - Browse repository at this point
Copy the full SHA 0f8d55dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad6a336 - Browse repository at this point
Copy the full SHA ad6a336View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16a6f02 - Browse repository at this point
Copy the full SHA 16a6f02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29751f0 - Browse repository at this point
Copy the full SHA 29751f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c12f9ba - Browse repository at this point
Copy the full SHA c12f9baView commit details -
Configuration menu - View commit details
-
Copy full SHA for b106ba6 - Browse repository at this point
Copy the full SHA b106ba6View commit details -
Fix all animations using interpolation
Copy and paste error in needsInterpolation check
Configuration menu - View commit details
-
Copy full SHA for 4cc41c8 - Browse repository at this point
Copy the full SHA 4cc41c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a9f8a7 - Browse repository at this point
Copy the full SHA 5a9f8a7View commit details