animatedjs / animated

Declarative Animations Library for React and React Native
MIT License
1.85k stars 102 forks source link

Refactor cubic bezier easing #20

Closed aleclarson closed 8 years ago

aleclarson commented 8 years ago

React Native's repo now has a refactored bezier implementation. Should use that to avoid faulty values (as described in #6207).

gre commented 8 years ago

fixed by #21 thanks