Posts by Ktm • 13 points
1 post
-
1
votes1
answer96
viewsQ: Progress bar counting from 0 to widht set
I have a progress bar and am using Keyframe @keyframes animaUm{ 0% { width: 0%; } 100% { width: 25%} } <div class="progress"> <div class="progress-bar" role="progressbar" style="width:…