Web Platformintermediate
Scroll-driven animations with animation-timeline
@keyframes grow-progress {
to { transform: scaleX(1); }
}
.scroll-progress {Tie CSS animations to scroll progress with the animation-timeline API.
@keyframes grow-progress {
to { transform: scaleX(1); }
}
.scroll-progress {Tie CSS animations to scroll progress with the animation-timeline API.