Guest User

Untitled

a guest
May 16th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.32 KB | None | 0 0
  1. setTimeout("start();", 2000);
  2.  
  3.  
  4.  
  5. function start(){
  6.     slideLength = ($('#iphone_unlock').width() - $('#iphone_slider').width()) -5;
  7.  
  8.     $('#iphone_slider').animate({"left":slideLength}, { step: function(){
  9.         $('#iphone_slide2unlock').css('opacity', '-=.1')  }
  10.     }, 'slow','',  function(){
  11.         iphone.unlock();
  12.     } );
  13.    
  14. }
Add Comment
Please, Sign In to add comment