OmgImAlexis

Untitled

May 2nd, 2015
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. // Reblogalert.tumblr.com
  2. function barrel_roll(){document.getElementsByTagName("body")[0].classList.add("barrel_roll"),setTimeout(function(){document.getElementsByTagName("body")[0].classList.remove("barrel_roll")},4e3)}window.onload=function(){var e=document.createElement("style");e.type="text/css";var t=".barrel_roll{-webkit-transition:-webkit-transform 4s ease;-webkit-transform:rotate(360deg);-moz-transition:-moz-transform 4s ease;-moz-transform:rotate(360deg);-o-transition:-o-transform 4s ease;-o-transform:rotate(360deg);transition:transform 4s ease;transform:rotate(360deg)}";e.styleSheet?e.styleSheet.cssText=t:(e.appendChild(document.createTextNode(t)),document.getElementsByTagName("head")[0].appendChild(e))};
Advertisement
Add Comment
Please, Sign In to add comment