mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
9ad2c322c0
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.