Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
gnicholas
on July 30, 2021
|
parent
|
context
|
favorite
| on:
Berkeley Systems “After Dark” screensavers recreat...
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?
rasz
on July 31, 2021
[–]
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: