1.2.0 • Published 3 years ago

animationsequence v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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);
1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago