Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     $('#load').delay(2000).fadeOut(1200, function() {
  2.    
  3.  
  4.         $('.box').animate({
  5.             width: 'toggle'
  6.             }, 2000, function() {
  7.            
  8.                 $('.fade-home').animate({
  9.                     opacity: '0.5'
  10.                     }, 500, function() {
  11.                    
  12.                         $('.fade-home').fadeIn(500).addClass('fade-active');
  13.                    
  14.                     });
  15.                
  16.             });
  17.         $(this).toggleClass('active-tab');
  18.         $('.final-tab').animate({'width': 'toggle'}, {duration: 1900} );
  19.        
  20.     }); //end of load animation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement