Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(e === null){
- $('body').fadeTo(1000,0.2012).effect('shake',1000);
- setTimeout(function(){
- t(true);
- },1000);
- } else if(e===true){
- $('body').fadeTo(1000,0.1506).effect('shake',1000);
- setTimeout(function(){
- t(false);
- },1000);
- } else {
- $('body').fadeTo(1000,0.999).effect('shake',1000);
- setTimeout(function(){
- t(null);
- },1000);
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment