Popularity
1.1
Declining
Activity
0.0
Stable
23
2
4

Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: UI Animation     React     React-component     Animation     Resize     Animakit     Elastic     Flexible    
Latest version: v1.1.4

animakit-elastic alternatives and similar libraries

Based on the "UI Animation" category.
Alternatively, view animakit-elastic alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of animakit-elastic or a related project?

Add another 'UI Animation' Library

README

AnimakitElastic

WARNING: Currently unmaintained because of lack of interest, activity and resources

React component for flexible resizing of the blocks.

Usage

<AnimakitElastic>
  <Content />
</AnimakitElastic>

Demo

Installation

npm install animakit-elastic

Properties

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

Limitations

The components wrapper uses overflow: hidden to implement the animation.

Origin

Part of Animakit. See https://animakit.github.io for more details.