this post was submitted on 29 Mar 2026
2 points (100.0% liked)

CSS

755 readers
7 users here now

founded 2 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] CandleTiger@programming.dev 3 points 22 hours ago

What is actually the attraction of reading progress indicators on webpages?

I get that it's fun to do active things with CSS instead of javascript, sure.

But aside from goofing off and/or tech demos -- is there a target audience who is excited and happy to have a progress bar on their pages and misses it when absent? I've been seeing this feature frequently and for me it's kind of annoying.

[–] beelzebum@lemmy.world 4 points 1 day ago (1 children)

so you’re invented a scroll bar? Or did you break the scroll bar with some other CSS trick?

[–] orca@orcas.enjoying.yachts 3 points 22 hours ago

The trick is that it’s purely CSS using animation-timeline: scroll(y). Previous approaches for this had to lean on JS.

[–] Itwasntme223@discuss.online 3 points 1 day ago

Interesting experiment. Didn't know CSS could do that.