@keyframes widthAnimation{0%{width:0}to{width:100%}}.play-animation{animation-name:widthAnimation;animation-timing-function:linear;animation-fill-mode:forwards}
