I want to do this progress bar,
please tell me where this can be configured?
1 Like
This is a spinner progress bar style. For this you could use animation frames, or you could use a single image and rotate it by the distance between each part however quickly you want - you will want to adjust the center of the image to get it to rotate pixel perfect this way so that it is probably odd number of pixels.
4 Likes
Thank you, I have achieved the desired result in the way you proposed.
I have hidden loading bar default. Did the CSS animation I needed loading bar, and just it, after loading the game.
https://tests.e-produce.ru/ts/Save%20Toys/index.html
2 Likes