Hacker News new | past | comments | ask | show | jobs | submit login

javascript:(function() { const applyRotation = (el, t) => { el.style.cssText = `transition:transform ${t}s; transform-style:preserve-3d; perspective:2048px; transform:rotateY(360deg)`; [...el.children].forEach(child => applyRotation(child, t + 0.4)); }; applyRotation(document.body, 1); })();



fuck that was sick




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: