A First Look at Scroll-Triggered Animations
SMRTR summary
Chrome 146 is the first browser to ship scroll-triggered animations, a new CSS feature distinct from scroll-driven animations. Instead of syncing with scroll position, these animations play for a fixed duration once a scroll threshold is crossed — like Intersection Observer but in CSS. Key new properties include timeline-trigger, animation-trigger, and animation-action keywords like play-once and play-forwards.
SMRTR provides this summary for quick context. The original article belongs to CSS-Tricks.
Read the original article