Advertisement
Guest User

papa pingwin

a guest
May 5th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1.  
  2. (function() {
  3. var css = [
  4. "#papaj_pingwin {width: 64px;height: 64px;position: fixed;animation-iteration-count: 2137;background: url(\"http://i.imgur.com/2cNYGP3.gif\");animation-name: pingwin;animation-duration: 30s;animation-timing-function: linear;bottom:0%;z-index:1000}",
  5. "@keyframes pingwin {0% {right:100%;transform: scaleX(1);} 50% {right:-15%;transform: scaleX(1);} 51% {right:-15%;transform: scaleX(-1);} 100% {transform: scaleX(-1);right:115%;}}"
  6. ].join("\n");
  7. $("html").append("<div id=\"papaj_skradacz\"></div>","<div id=\"papaj_biegacz\"></div>","<div id=\"papaj_pingwin\"></div>");
  8. var node = document.createElement("style");
  9. node.type = "text/css";
  10. node.appendChild(document.createTextNode(css));
  11. document.documentElement.appendChild(node);
  12. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement