1.1.1 • Published 2 years ago

motion-one-react v1.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Motion One React Component

A declarative react component for the Motion One animaion library.

How to use

Use it as a React Component.

import { spring } from 'motion';

<MotionOne
  animation={{
    x: 200,
  }}
  transition={{
    duration: 1,
    easing: spring(),
  }}
>
  <p>This child has an animation</p>
</MotionOne>

Dependency

Motion One

Happy Building ♡

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago