Popularity
1.1
Stable
Activity
0.0
Stable
23
2
4
Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
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.
-
react-flip-move
Effortless animation between DOM changes (eg. list reordering) using the FLIP technique. -
react-parallax-tilt
👀 Easily apply tilt hover effect on React components - lightweight/zero dependencies (3kB) -
React Native Circle Menu
:octocat: ⭕️ CircleMenu is a simple, elegant UI menu with a circular layout and material design animations. Reactnative library made by @Ramotion -
react-web-animation
React components for the Web Animations API - http://react-web-animation.surge.sh -
react-transitive-number
React component to apply transition effect to numeric strings, a la old Groupon timers -
react-tween
DISCONTINUED. DEPRECATED - Recommend https://github.com/tannerlinsley/react-move instead! -
anim-react
simple js react animation, animation hook, web Animation interface, onclick animation, onview,onsight animation, without css animation, no transition animation, js animation class usage.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of animakit-elastic or a related project?
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.