Skip to content

lnardon/AnimationSequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animation Sequence

An npm module to apply animation with delay to a group of elements

NPM JavaScript Style Guide

Installation

npm install animationsequence

Usage

import setSequence from "animationsequence";

setSequence(classNameToTrack : string, keyframesName : string, duration: number, delay : number)

Example

import setSequence from "animationsequence";

setSequence("userCard", "slideUp", 1000, 500);

About

An npm module to apply animation with delay to a group of elements

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published