Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.54 KB | None | 0 0
  1.         $("div.button2").hover(function(){
  2.  
  3. $(".boxcaption1").animate({top:"258px"},{queue: false, duration: 400, easing: hover_in_easing});
  4. $(".boxcaption2").animate({top:"258px"},{queue: false, duration: 400, easing: hover_in_easing});
  5. $(".boxcaption3").animate({top:"258px"},{queue: false, duration: 400, easing: hover_in_easing});
  6. $(".boxcaption2").animate({top:"180px"},{queue: false,duration: 400, easing: hover_in_easing});
  7.         },function(){
  8.             $(".boxcaption2").animate({top:"258px"},{queue: false,duration: 500, easing: hover_out_easing});
  9.         });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement