react-native/Libraries/Animation/Animated
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
..
__tests__ [Animated] Send a final update with toValue for spring 2015-07-22 17:33:00 -08:00
Animated.js [Animated] Send a final update with toValue for spring 2015-07-22 17:33:00 -08:00
Easing.js [ReactNative] Move Animated to Open Source 2015-07-07 13:44:09 -08:00
Interpolation.js [react-native] Typo fix (s/monolithically/monotonically/) 2015-07-09 14:40:50 -08:00
package.json [ReactNative] Move Animated to Open Source 2015-07-07 13:44:09 -08:00