Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="UTF-8"?>
<![CDATA[
function boom()
{
document.documentElement.appendChild(anim);
document.documentElement.removeChild(anim);
setTimeout(t, 0);
function t()
{
document.getElementById("w").appendChild(anim);
}
}
window.addEventListener("load", boom, false);
]]>
</script></svg>