WARNING: Currently unmaintained because of lack of interest, activity and resources
React component for flexible resizing of the blocks.
<AnimakitElastic>
<Content />
</AnimakitElastic>
npm install animakit-elastic
Property | Required | Type | Default Value | Available Values | Description |
---|---|---|---|---|---|
duration | false | number | 500 |
Any integer number | Duration of animation |
easing | false | string | cubic-bezier (0.68,-0.55,0.265,1.55) |
Any easing function | Easing function of animation |
The components wrapper uses overflow: hidden
to implement the animation.
Part of Animakit. See https://animakit.github.io for more details.