1277908-1.html (984B)
1 <script> 2 window.onload = function () { 3 var root = document.documentElement; while(root.firstChild) { root.firstChild.remove(); } 4 var a = document.createElementNS("http://www.w3.org/1999/xhtml", "link"); 5 a.setAttributeNS(null, "href", "mailto:"); 6 root.appendChild(a); 7 var b = document.createElementNS("http://www.w3.org/1999/xhtml", "body"); 8 var c = document.createElementNS("http://www.w3.org/1999/xhtml", "p"); 9 root.appendChild(b); 10 root.animate([{"opacity":1}, 11 {"opacity":-64}, 12 {"opacity":1024}, 13 {"opacity":32}, 14 {"opacity":3}, 15 {"opacity":1024}, 16 {"opacity":0.19310025712314532}, 17 {"opacity":512}], 18 {"duration":1,"fill":"backwards"}); 19 a.style.maskType = "alpha, luminance"; 20 c.animate({}, 1); 21 root.style.position = "fixed"; 22 b.getAnimations(); 23 a.style.perspectiveOrigin = "1rem bottom"; 24 root.style.position = "static"; 25 }; 26 </script>