Incredible scroll-based animations with CSS-only

2 months ago
11

Been playing with them a little bit up until now, and it's finally time time for a deep dive into scroll-timeline and the scroll() and view() value functions.

In this one I look at a few different effects, like a scroll watcher, fading in images as they enter the viewport, moving elements horizontally as we scroll down, and a few more things as we explore everything we can do with scroll-timeline, and I also get into the Polyfill and some of it's limitations as well.
⌚ Timestamps
00:00 - Introduction
00:28 - scroll watcher
02:43 - a bit more on the scroll() function
04:02 - fade in images as they enter the viewport with view()
06:14 - offsets with the view() function
08:40 - the animation-range property
12:18 - prefers-reduced-motion
14:20 - entry and exit keywords for animation-range
16:04 - working with scrollbars that are not the main viewport
20:33 - the hero area animation
26:49 - browser support

Loading comments...