Motion
A utility to declare animations, making it easy to transition between styles without needing to manage animations.
↓ Import the componentimport {Motion} from 'react-exo/motion';
↓ Try the example<Motion.View initial={{x: 0, y: -50}}
animate={{x: 200, y: 0}}
transition={{type: 'spring'}}
whileHover={{scale: 1.5}}
whileTap={{x: 20}}
/>
Technology
Platform | Library | Support | Notes |
---|---|---|---|
Universal | Legend Motion | ✅ | All platforms supported |