react-native/Libraries/Animation/Animated
Christopher Chedeau afdeefc864 [Animated] Remove rebound dependency
Summary:
We already reimplement the spring computation, we were only using rebound for the tension/friction conversion. Turns out that it is quite small so we can just embed it. I'm doing this as I'm preparing for doing a web version of the feature and I'm trying to minimize the number of dependencies.

https://github.com/facebook/rebound-js/blob/master/rebound.js#L932
2015-08-03 15:24:40 -08:00
..
__tests__ [Animated] Send a final update with toValue for spring 2015-07-22 17:33:00 -08:00
Animated.js [Animated] Remove rebound dependency 2015-08-03 15:24:40 -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
SpringConfig.js [Animated] Remove rebound dependency 2015-08-03 15:24:40 -08:00
package.json [ReactNative] Move Animated to Open Source 2015-07-07 13:44:09 -08:00