Scroll-Driven Animations Inside a CSS Carousel

0
408

Scroll-Driven Animations Inside a CSS Carousel | CSS-Tricks

I was reflecting on what I learned about CSS Carousels recently. There’s a lot they can do right out of the box (and some things they don’t) once you define a scroll container and hide the overflow.

Hey, isn’t there another fairly new CSS feature that works with scroll regions? Oh yes, that’s Scroll-Driven Animations. Shouldn’t that mean we can trigger an animation while scrolling through the items in a CSS carousel?

Why yes, that’s exactly what it means. At least in Chrome at the time I’m playing with this:

It’s as straightforward as you might expect: define your keyframes and apply them on the carousel items:

@keyframes foo {
  from {
    height: 0;
  }
  to {
    height: 100%;
    font-size: calc(2vw + 1em);
  }
}

.carousel li {
  animation: foo linear both;
  animation-timeline: scroll(inline);
}

There are more clever ways to animate these things of course. But what’s interesting to me is that this demo now combines CSS Carousels with Scroll-Driven Animations. The only rub is that the demo also slaps CSS Scroll Snapping in there with smooth scrolling, which is effectively wiped out when applying the scroll animation.

I thought I might work around that with a view() timeline instead. That certainly makes for a smoother animation that is applied to each carousel item as they scroll into view, but no dice on smooth scrolling.

Sponsored
Sponsored
Sponsored
Sponsored
Sponsored
Search
Sponsored
Virtuala FansOnly
CDN FREE
Cloud Convert
Categories
Read More
Art
Nintendo: Viele Studios haben Schwierigkeiten, Entwicklungs-Kits für die Switch 2 zu erhalten
## Einleitung Die Gaming-Welt wartet gespannt auf die nächste Konsole von Nintendo, die Switch...
By Frieda Isabel 2025-08-26 08:05:20 1 267
Art
Was ist ein Passkey? So richten Sie sie ein und verwenden sie (2025)
## Einführung In einer Welt, in der digitale Sicherheit immer wichtiger wird, sind Passkeys ein...
By Laura Jana 2025-09-03 21:05:34 1 253
Life
Punk rock jači od nevremena: Britanske ikone The Stranglers u Istri nisu iznevjerile vjernu publiku
Punk rock jači od nevremena: Britanske ikone The Stranglers u Istri nisu iznevjerile vjernu...
By Lana Jurčić 2025-07-21 12:40:55 0 261
Art
Google entwickelt Android XR-Brillen mit drei technologischen Superkräften!
## Ein Blick in die Zukunft: Google und seine Android XR-Brillen In einer Welt, in der die...
By Katharina Laura 2025-09-03 15:05:20 1 378
Art
vivo'nun 30. Yılı: Vision Discovery Edition ile Geleceğe Bir Adım
vivo, telefon, teknoloji, Vision Discovery Edition, kutlama, yenilik, mobil cihazlar, inovasyon,...
By Seda Gizem 2025-08-23 23:05:34 1 189
Sponsored
Virtuala FansOnly https://virtuala.site