Skip to content

Scripting to handle adding and removing animation utility classes

Notifications You must be signed in to change notification settings

holidayextras/hx-animation-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HX Animation Helper

This script is used to help toggle off and on animation classes by passing in a jQuery element object and a class or classes to toggle.

Installation

npm i hx-animation-helper

Usage

cosnt animationHelper = require('hx-animation-helper');

animationHelper($('#test'), 'animate-test');

About

Scripting to handle adding and removing animation utility classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published