Batteries included animation library for React + devtools + Figma plugin. Based on WAAPI.
npm install motionedBatteries included animation toolkit for web developers and designers.
🎨 Craft animations in Figma. Make them an integral part of your design process.
🛠 Implement in React. Powerful library with precise high- and low-level control. Hardware accelerated.
👁️ Observe and debug in Dev Tools. Go back in time and adjust your béziers.
_Note: This toolkit is currently under active development_ 🚧
---
``ts
return (
opacity: 1,
rotateZ: 180,
borderRadius: 20,
scaleX: 1,
scaleY: 1,
transition: {
easing: 'spring',
},
}}
/>
);
`
---
`bash``
npm i motionedor
yarn add motionedor
pnpm add motioned
MIT