react-native/Libraries/Animated/__tests__
Spencer Ahrens 9ad2c322c0 [RN] improve elastic easing
Summary:
1) Makes params more intuitive (only one now, bounciness, which maps intuitively to number of oscillations).
2) Satisfies boundary conditions (f(0) = 0, f(1) = 1) so animation actually goes where you tell it (before it would finish at a random location depending on the input params).
3) Simple test to verify boundary conditions.
2015-08-31 13:39:00 -08:00
..
Animated-test.js [ReactNative] Remove POPAnimation 2015-08-20 22:24:28 -07:00
Easing-test.js [RN] improve elastic easing 2015-08-31 13:39:00 -08:00
Interpolation-test.js [ReactNative] Remove POPAnimation 2015-08-20 22:24:28 -07:00