Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

animationsequence

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animationsequence

CSS Animation Sequence module

latest
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

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

Keywords

css

FAQs

Package last updated on 11 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts