Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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?


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




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

Search: