Driven By Scroll
reacting to how far the scroller has moved
.progress-bar {
animation: grow linear;
animation-timeline: scroll();
}
@keyframes grow { to { scale: 1 1; } } reacting to how far the scroller has moved
.progress-bar {
animation: grow linear;
animation-timeline: scroll();
}
@keyframes grow { to { scale: 1 1; } }