Implement a Loading Icon

Hi guys,

Can you suggest me a way to implement an animated loading icon?
Something like that:

or similar…
Or a simple spinning hourglass.

Thank you

I did this by taking your picture and made the background transparent. Add a timer to your page and bind the rotation property to your timer value.

just noticed the last dot was so faint, I missed it.

2 Likes

You should be able to use a .gif in an image component.

Thank you!
I decided to use jdrichards’s solution…it works great with invokeasynchronous and a long process…

1 Like