#animation-timeline-property

[ follow ]
Bram.us
7 months ago
Web development

Scroll-Driven Animations: You want overflow: clip, not overflow: hidden

Overflow: hidden can interfere with Scroll-Driven Animations; use overflow: clip instead.
Creating Scroll-Driven Animations involves connecting CSS Animations or WAAPI Animations to a ScrollTimeline or ViewTimeline using the animation-timeline property. [ more ]
[ Load more ]