How to stop progress bar animation? – Photoshop
I tried to figure out this issue. How do I stop the progress bar after the animation ends? ul li {list-style:none;} li {width:100%;height:30%;background-color:#ccc;margin-top:20px;position:relative;} .skillsBar ul li .bar{ animation: Ani linear 7s 1 normal;background-color:#f00;height: 100%; position: absolute; top:0; } .skillsContWrpa .skillsBar…