Y
Hacker News
new
|
ask
|
show
|
jobs
by
gnicholas
1782 days ago
Is there a way to slow down the animation or make it more choppy, so it better recreates the experience of running After Dark on my Performa 25 years ago?
1 comments
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
link
EDIT: or even better
https://developer.mozilla.org/en-US/docs/Web/API/Animation