Live data from Hacker News

Berkeley Systems “After Dark” screensavers recreated in CSS

bryanbraun.com

151–153 of 153 posts

Re: Berkeley Systems “After Dark” screensavers recreated in CSS

#151
post #92

Earlier quoted context omitted.

Sure is. My Galaxy S7 has the keyboard and some of the WhatsApp top bar interface (from texting my wife so much) burned in.

Weren’t these OLED, though?

> "AFAIK it is an issue with OLED ones still"

Indeed they are, I was confirming your recollection that the issue affects OLED screens.

Re: Berkeley Systems “After Dark” screensavers recreated in CSS

#152
post #75

On one hand super cool due to tricks employed, on the other CSS animations tend to be very power hungry https://www.bryanbraun.com/after-dark-css/all/rainstorm.html takes Some time ago I noticed an older 3GHz i5 laptop, otherwise perfectly usable, would start to struggle decoding h264 webcam stream because webmaster decided to use CSS animation for a scrolling title bar superimposed over video feed.

I'd assume CSS animations would be much more efficient than JS-based animations because they can be entirely comprehended and executed by native code I wonder if there's some unnecessary reflow going on here? (reflow forces animations to happen on the CPU instead of the GPU)

Original dev here. I took another look at these and I found a lot of animations that we could convert to transforms to improve performance. I just created a new issue here: https://github.com/bryanbraun/after-dark-css/issues/9
Post reply on HN