1.0.1 • Published 9 years ago

animakwix v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

animakWix

jQuery plugin for animate.css

#Installation

npm install animakwix

The file that needs to be included: /dist/animakWix.min.js

After installing the package, make sure you import animate.css and jquery in your project in order to get it working!

#Use

Simple version

$("#example").animakWix("effect name");

With options

//The options are optional, you don't have to specify all of them
$("#example").animakWix({
    effect: "pulse", // the name of your animate.css desired effect
    delay: 1000, // the number of miliseconds before the effect starts running
	onStart: function(){}, // function to be executed before the effect starts running
	onEnd: function(){} // function to be executed after the effect stops
});
1.0.1

9 years ago

1.0.0

9 years ago