Path: blob/main/fun/spin page
15563 views
javascript:css="\n@keyframes roll {\n 100%{\n transform:rotate(360deg)\n }\n}\nbody {\n animation-name: roll;\n animation-duration: 4s;\n animation-iteration-count: 1;\n}\n";style=document.createElement("style");style.innerHTML=css;document.head.appendChild(style);