Keyframes for animate-components
npm install animate-keyframes> Keyframes for animations
npm install animate-keyframes
`Usage
Keyframes are required when you use Merge and Disappear Component. Earlier they were bundled within the same package (animate-components) so there are few changes when importing them.To import any keyframe,
`
import { fadeIn } from 'animate-keyframes';
`List of keyframes
$3
*
bounce
* bounceUp
* bounceRight
* bounceLeft
* bounceDown$3
*
fadeIn
* up
* right
* left
* down
* downBig
* upBig
* leftBig
* rightBig$3
*
flip
* flipX
* flipY$3
*
lightOut
* lightIn$3
*
rotateIn
* rotateRight
* rotateLeft
* rotateUpRight
* rotateUpLeft$3
*
slideUp
* slideDown
* slideLeft
* slideRight$3
*
flash
* rollOut
* rollIn
* rubber
* swing
* zoom
* hinge
* pulse
* expandUp
* entrance
* hatch
* starWars$3
*
perspectiveDown
* perspectiveUp
* perspectiveLeft
* perspectiveRight$3
*
puffmeout
* puffmein
* vanishout
* vanishin$3
*
expanseUp
* expanseDown
* expanseLeft
* expanseRight`