Advertisement
Felanpro

Moving Animation Html (Copy)

Sep 23rd, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.90 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6.  
  7. <style>
  8. #div1 {
  9. height:100px;
  10. width:100px;
  11. background-color:red;
  12. position:relative;
  13. <webkit-anitmation: mymove infinite; /* Chrome, Safari, Opera */
  14. -webkit-animation-duration: 2s; /*Chrome, Safari, Opera */
  15. animation: mymove infinite;
  16. animation-duration: 2s;
  17.  
  18. }
  19.  
  20. /* Chrome, Safari, Opera */
  21. @-webkit-keyframes mymove {
  22. from {top: 0px;}
  23. to {top: 100px;}
  24. }
  25. </style>
  26.  
  27.  
  28.  
  29. </head>
  30.  
  31.  
  32.  
  33. <body>
  34. <pre>
  35. Giving away this moving
  36. animation, so you don't
  37. need to code it in :)!!
  38. </pre>
  39.  
  40. <center>
  41.  
  42. <div id="div1"><p><b>Customize it however you want it!</b></p></div>
  43.  
  44. </center>
  45.  
  46. <pre>
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76. @Copyright:Felan, lol nobody cares about copyright shit
  77. it's just for pussies hahaha! the funny thing is it's not even
  78. copyrighting hahah u wot m8 fk biches get m0ney 4 free!!
  79. </pre>
  80. </body>
  81.  
  82.  
  83.  
  84.  
  85. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement