@keyframes progress{0%{width:0}50%{width:50%}to{width:100%}}.animate-progress{animation:progress 60s ease-in-out infinite}