Guest User

Untitled

a guest
Jul 15th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2.        
  3.        
  4.         function hide(){
  5.             document.getElementById('dropdown').style.top = "35" + "px";
  6.         }
  7.         function show(){
  8.             var s = 35;
  9.            
  10.                 for(var i = 35; i < 238; i++){
  11.                
  12.                 setTimeout(function(){document.getElementById('dropdown').style.top = s + "px"; s++;console.log(s); }, i*2);   
  13.                 }
  14.                
  15.                
  16.                        
  17.         }
  18.    
  19.     </script>
Add Comment
Please, Sign In to add comment