Skip to content

Motion

A utility to declare animations, making it easy to transition between styles without needing to manage animations.

↓ Import the component
import {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

PlatformLibrarySupportNotes
UniversalLegend MotionAll platforms supported