mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
8d2c1f6e7e
Summary: Implement EaseIn, EaseOut, EaseInOut, and Spring with SpringDamping. Note this does not yet implement Keyboard-type animation for iOS (coming soon), and the spring interpolator is VERY naive. We likely want to replace it with a "real" spring animation ASAP. The spring animation is identical to what Android does today, but would likely be a downgrade for iOS. I will do both in a followup. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D21675810 fbshipit-source-id: ac98554ebc81f0b81fdacefd6d848e3566e424c0