Description:
React Move – Beautifully and deterministically animate anything in React.
Features:
- 12kb! (minified)
- Supports React-Native
- Animate anything you want
- List Transitions eg. “enter”, “update”, and “leaving”
- Staggering and Stagger Groups
- Custom Easing
- Supports auto interpolation of
- Numbers
- Colors
- SVG paths
- Any string with embedded numbers
- Arrays of any of these
- Objects of any of these
- Arrays of objects of any of these… you get the point
- Anything d3-interpolate can handle
Installation:
# Yarn
yarn add react-move# NPM
$ npm install react-move
