/* for demo */
.scroll-watcher {
height: 10px;
position: fixed;
top: 0;
z-index: 1000;
background-color:
lime;
width: 100%;
scale: 01;
transform-origin:
left;
animation: scroll-watcher linear;
animation-timeline: scroll();
}
@keyframes scroll-watcher {
to { scale: 11; }
}