function onBefore() { jQuery(".sliderheading").animate({ left : "-640px" } ); jQuery(".slidercontent").animate({bottom : "-640px" } ); jQuery(".sliderheading").animate({ left : "5px" }, 2000 ); jQuery(".slidercontent").animate({bottom: "5px" }, 2000 ); } function onAfter(){ // Animate After }