7
Scroll-Driven Animations (www.joshwcomeau.com)
top 10 comments
sorted by: hot top new old
[-] Lumidaub@feddit.org 4 points 1 week ago

Exploring the majestic new animation-timeline API

wat

One of the best ways to add a bit of personality to our websites is to animate things on scroll.

No. I can't remember this sort of thing ever adding anything to my experience on a website. It's usually annoying and distracts from the actual content.

[-] Dirk@lemmy.ml 4 points 1 week ago* (last edited 1 week ago)

Absolutely. Scrolljacking is annoying as hell!

[-] codeinabox@programming.dev 1 points 1 week ago

I am against scrolljacking too. Though having read through the article, and seen the animation in action at https://whimsy.joshwcomeau.com/, this is not scrolljacking, it's just something that animates as you scroll. It's so unobtrusive that I didn't notice it the first time.

[-] codeinabox@programming.dev 1 points 1 week ago

Given this is achieved with CSS, there is no reason that users can't disable animations with a user style sheet. In fact this is what some users do, according to a CSS Working Group discussion about disabling view transitions.

Some users do set transition-duration: 0 !important in user style sheets in order to prevent transitions, same with animation: none !important or so.

[-] Lumidaub@feddit.org 2 points 1 week ago

And that is something the average user does instead of just hitting the back button?

[-] codeinabox@programming.dev 2 points 1 week ago

Do we know the average user hits the back button when they encounter CSS animations? I was just a conference, and people were talking about browsing the web in reader mode, which I'd argue is more likely.

[-] Lumidaub@feddit.org 2 points 1 week ago

So why do animations and pretty design at all?

[-] codeinabox@programming.dev 2 points 1 week ago

That is a good question. The beauty of the web is that readers can control their experience, be it with ad blockers, increasing the font-size, reader mode, or even changing the whole experience with user style sheets or Greasemonkey. This doesn't mean it's a waste of time to bother with pretty designs. People should build websites that they're proud of, and accept that people might override their design with one better suited to their needs or taste.

[-] Lumidaub@feddit.org 1 points 1 week ago

I do not believe that should include design elements that annoy most people (as I do believe scrolling animations do), even if they're free to get rid of them. Don't even get me started on accessibility issues. If a website annoys me and hasn't proven that its contents are worth it (guess how many times that has happened), I won't bother to go through all that hoopla but get my information elsewhere.

[-] TheV2@programming.dev 2 points 1 week ago

Websites that let me scroll down and up without any annoying animated hindrance have my thanks.

this post was submitted on 29 Apr 2026
7 points (100.0% liked)

CSS

779 readers
6 users here now

founded 2 years ago
MODERATORS