Hacker News new | ask | show | jobs
by rasz 1781 days ago
open devtools, edit CSS, speed is usually in seconds transformation takes, bigger number = slower

EDIT: or even better

    document.getAnimations().forEach(animation => animation.playbackRate = 0.1)
https://developer.mozilla.org/en-US/docs/Web/API/Animation