@keyframes progressFill{0%{width:0}to{width:100%}}.progress{animation:progressFill 10s linear}.progress.paused{animation-play-state:paused}