0.0.9 • Published 4 years ago

animatecss-helpers v0.0.9

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

animatecss-helpers

javascript helper functions to apply animate.css classes

Install

yarn add animatecss-helpers animate.css

Usage

import 'animate.css';
import { fade_in } from 'animatecss-helpers';

function animate_something(nodes) {
  fade_in({ nodes });
}

Parameters

nametypedefaultdescription
nodesArray[]an array of nodes you want to applly animations to
delaynumber0time to wait before the animation starts in seconds
durationnumber1time of animation in seconds
staggernumber0when applying style on multiple nodes: time to wait to apply animation in beetween nodes
0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago