Path : /hermes/bosweb/b2038/sarahrenauld.mobicards.ca/SmallStorageInc/ew_js/ |
Current < : /hermes/bosweb/b2038/sarahrenauld.mobicards.ca/SmallStorageInc/ew_js/animateThis.js |
function animationHover(element, animation){ element = $(element); element.hover( function() { element.addClass('animated ' + animation); }, function(){ //wait for animation to finish before removing classes window.setTimeout( function(){ element.removeClass('animated ' + animation); }, 12000); }); }