2 lines
278 B
CSS
2 lines
278 B
CSS
@keyframes grow-progress-ffdaa09f{0%{transform:scaleX(0)}to{transform:scaleX(1)}}#progress[data-v-ffdaa09f]{top:0;height:2px;background:#294f8c;z-index:99;width:100%;position:fixed;transform-origin:0 50%;animation:grow-progress-ffdaa09f auto linear;animation-timeline:scroll()}
|