hogash

effect for swapper

Feb 14th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. et = 0;
  2. $(window).load(function(){
  3. $('#swappers div.swapper').each(function(index, element) {
  4. $(this).delay(et).fadeIn(500);
  5. et += 200;
  6. });
  7. });
Add Comment
Please, Sign In to add comment