react-native/Libraries/Animation
Christopher Chedeau fea2db42fd [Animated] Send a final update with toValue for spring
Summary:
Animated.spring is not guarantee to stabilize at exactly toValue (determined by restDisplacementThreshold). It is a bit annoying that the last value is not toValue, it makes the logs harder to read and also prevents you from writing code like value === toValue. Instead you need to track it down somewhere else.
2015-07-22 17:33:00 -08:00
..
Animated [Animated] Send a final update with toValue for spring 2015-07-22 17:33:00 -08:00
RCTAnimationExperimental.xcodeproj [ReactNative] rename Animation to AnimationExperimental with warning docs 2015-04-04 11:20:45 -08:00
AnimationExperimental.js Migrate unit tests from FBReactKitModules to FBReactKit 2015-07-07 16:39:35 -08:00
AnimationUtils.js [React Native] Fix immediate animation crash 2015-05-05 07:21:43 -08:00
LayoutAnimation.js [ReactNative] Animated infra - ValueXY, addListener, fixes, etc 2015-07-07 13:44:07 -08:00
POPAnimationMixin.js [ReactNative] Fix timeout edge-case in POPAnimation hack 2015-07-06 15:15:56 -08:00
RCTAnimationExperimentalManager.h [ReactNative] rename Animation to AnimationExperimental with warning docs 2015-04-04 11:20:45 -08:00
RCTAnimationExperimentalManager.m Fix animation bug in 32bit when fromValue is double. 2015-06-25 05:08:45 -08:00
bezier.js [ReactNative] Move Animated to Open Source 2015-07-07 13:44:09 -08:00