Guest User

Untitled

a guest
Apr 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $(function(){
  2. $('.Join img:gt(0)').hide();
  3. setInterval(function(){
  4. $('.Join :first-child').fadeOut(300)
  5. .next('img').fadeIn(300)
  6. .end().appendTo('.Join');},
  7. 2500);
  8. });
Add Comment
Please, Sign In to add comment