moving all the UI elements a few pixels in random directions so the site gets a fresh new look
document.querySelectorAll("html *").forEach(e=>e.style.transform=`translate(${(Math.random()*8)-4}px,${(Math.random()*8)-4}px) rotate(${(Math.random()*2)-1}deg)`)
@selfsame With setInterval() :D

@piko @selfsame Asked WebSim to animate a new design, and I think it's production-ready.

https://websim.ai/c/cHihiVzI3bINpb16N

DancingTodon - Where Mastodon Meets TikTok