Loading Bar Animation

I’ve seen google’s loading animation, it’s neat, the circular one.
It’s open source on the DevForum somewhere if I can recall where correctly.

But is this anywhere available?
https://gyazo.com/e4e863114c6bd4bb8446fbfad22a3573

The loading bar is from Windows 11 and is almost like Google’s flat loading bar.
If not, I’ll kindly go my way to do this myself, but I rather ask first, before suffering on my own haha

Use tweening to get that smooth effect, then use a loading bar parented under a larger frame. Then make a loop which makes the bar tween, then sets it back to the original position so it looks something like this:

Then make the big frame transparent and turn on ClipsDescendants so it cuts off and then you have the final product

3 Likes

Lovely, thanks for a quick view. Will definitely use this.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.