Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. setInterval(function(){
  2. $("#info p").animate({opacity: 1,marginRight: "0.10in"}, 1500,function(){
  3. $("#info p").animate({opacity: 1,marginRight: "-510px"}, 800, function(){
  4.  
  5. $("#outro p").animate({opacity: 1,marginRight: "0.10in"}, 800,function(){
  6. $("#outro p").animate({opacity: 1,marginRight: "-510px"}, 800,function(){
  7. });
  8. });
  9. });});
  10. },3100);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement