UltimateUI guide
How to loop UI Animations
In this guide, you will learn how to loop animations in UI
We can easily loop animations in the UI using the animation-loop line in our page’s .yml file.
To do this, open the page’s .yml file and add the following line above the blocks section:
animation-loop: trueNow, when the UI is opened, the animations will be looped continuously.