rdsedmundo

.fadeTo

Nov 14th, 2011
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.42 KB | None | 0 0
  1.            if(e === null){
  2.        $('body').fadeTo(1000,0.2012).effect('shake',1000);
  3.        setTimeout(function(){
  4.        t(true);
  5.        },1000);
  6.            } else if(e===true){
  7.               $('body').fadeTo(1000,0.1506).effect('shake',1000);
  8.               setTimeout(function(){
  9.               t(false);
  10.               },1000);
  11.            } else {
  12.              $('body').fadeTo(1000,0.999).effect('shake',1000);
  13.              setTimeout(function(){
  14.              t(null);
  15.              },1000);
  16.            };
  17.    };
  18.  
Advertisement
Add Comment
Please, Sign In to add comment