0.0.3 • Published 9 months ago

motioned v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

🌀 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

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

10 months ago

0.0.0

10 months ago