Advertisement
BrU32

JQ Animate/Obfusicate!!

Jun 12th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <center>
  5. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
  6. <script>
  7. $(document).ready(function(){
  8. $("button").click(function(){
  9. $("div").animate({top: '1000px'}, 500);
  10. $("div").animate({top: '0'}, 600);
  11.  
  12. $("div").animate({opacity: '0.0'}, 500);
  13. $("div").animate({opacity: '1.0'}, 800);
  14. });
  15.  
  16.  
  17. });
  18. </script>
  19. </head>
  20. <body>
  21.  
  22. <button id="start">Start</button>
  23.  
  24. <p> Animation/Obfusication Demo For JQuery!!
  25. <p><p>
  26.  
  27. <p>
  28.  
  29.  
  30.  
  31. <p><p>
  32. <textarea>Write Secrets Here!!</textarea>
  33.  
  34.  
  35.  
  36. ..
  37. </p></p></p></p></p>
  38. <center>
  39. <div style="background:#ffffff;height:200px;width:500px;position:absolute;">Top Secret Data!!</div>
  40.  
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement