motioned
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

🌀 motioned

Batteries 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 🚧


return (
  <m.div
    animate={{
      opacity: 1,
      rotateZ: 180,
      borderRadius: 20,
      scaleX: 1,
      scaleY: 1,

      transition: {
        easing: 'spring',
      },
    }}
  />
);

Install

npm i motioned
# or
yarn add motioned
# or
pnpm add motioned

License

MIT

Package Sidebar

Install

npm i motioned

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

379 kB

Total Files

21

Last publish

Collaborators

  • judehunter