MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b2038/sarahrenauld.mobicards.ca/SmallStorageInc/ew_js/
File Upload :
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);         
        });
}