animationsequence
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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

Package Sidebar

Install

npm i animationsequence

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

4.66 kB

Total Files

10

Last publish

Collaborators

  • lnardon