Scroll-Driven Animations Inside a CSS Carousel

0
305

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.

Sponsor
Sponsor
Sponsor
Sponsor
Zoeken
Virtualbook
CDN FREE
Categorieën
Read More
Art
视频:苍蓝点的叙事之歌
地球, 动画, 亲子教育, 环境保护, 科普视频, 动画短片, 地球故事, 3DR Studio, 亲情故事, 自然奇观 ## 引言...
By Nan Liu 2025-09-02 15:05:31 1 129
Art
### 2025'te ABD'de Satın Alamayacağınız En İyi 6 Telefon (Test Edildi ve İncelendi)
telefonlar, en iyi telefonlar, 2025 telefon incelemeleri, ABD dışındaki telefonlar, Avrupa...
By Okan Ege 2025-09-07 18:05:30 1 147
Art
Civilization VII: Ein zögerlicher Start, doch Take-Two bleibt gelassen
Civilization VII, Take-Two, Spielstart, Gaming-Branche, Kritiken, Verkaufszahlen, GTA,...
By Frieda Anna 2025-08-12 16:05:22 1 160
Art
2025 Hackaday Komponentenmissbrauch Wettkampf: Lass die Spiele Beginnen!
Hackaday, Komponentenmissbrauch, Wettkampf 2025, Elektronik, DIY-Projekte, Innovation,...
By Lorena Ella 2025-09-16 19:05:20 1 492
Art
Satechi OnTheGo 67W Slim Wall Charger – Ein empfehlenswerter Reiseadapter
Reiseadapter, USB-C Ladegerät, Satechi, 67W Charger, Labor Day Sale, Elektronik, Ladegeräte, Slim...
By Lorena Nika 2025-09-02 00:05:19 1 140
Sponsor
Virtuala FansOnly https://virtuala.site