1.3.0 • Published 4 years ago

animatedcomponent v1.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

AnimatedComponent is a react component that performs varaint animations when the element comes into view. AnimatedComponent use framer-motion libray and react-intersection-observer together.

To use:

import Example from "animatedcomponent"

//create a varaint const exampleVariant = { hide: { scale: 0 }, show: { scale: 1 } }

This is an example

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago