.timeline-bar {
content: " ";
position: absolute;
width: 4px;
height: 3205px;
border-radius: 5px;
left: 488px;
top: 0;
background-color: #e72f32;
z-index: 2;
scale: 1 0;
overflow: hidden;
animation: TimelineBarFill steps(19,jump-none) forwards;
animation-timeline: view();
animation-range-start: 4.5%;
animation-range-end: exit;
transform-origin: top;
}
@keyframes TimelineBarFill {
to {
scale:1 1;
}
}
.timeline-bar {
content: " ";
position: absolute;
width: 4px;
height: 3205px;
border-radius: 5px;
left: 488px;
top: 0;
background-color: #e72f32;
z-index: 2;
scale: 1 0;
overflow: hidden;
animation: TimelineBarFill steps(19,jump-none) forwards;
animation-timeline: view();
animation-range-start: 4.5%;
animation-range-end: exit;
transform-origin: top;
}
@keyframes TimelineBarFill {
to {
scale:1 1;
}
}