animation dash 5s linear forwards filling 5s ease-in forwards;i want to do it infinte
To make the animation infinite, you can add the "infinite" keyword to the animation property. So the updated code would be:
animation: dash 5s linear forwards infinite, filling 5s ease-in forwards infinite;
原文地址: https://www.cveoy.top/t/topic/inqJ 著作权归作者所有。请勿转载和采集!