Skip to content

pk1986/animate-jquery-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Animate Jquery Plugin animate.css and Jquery together

This simple plugin will add the Transitions of the Animate.css library when you hover or click on an element of your DOM. It needs obviously Animate.css (https://github.com/daneden/animate.css) and Jquery (http://jquery.com/download/).

##Usage The usage is very simple you need only to link your element and choose the animation you wanto to add:

###Hover

$('#yourElement').animateHover("bounce");

###Click

$('#yourElement').animateClick("bounce");

That's it!

About

Animate JQuery Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published