I am trying to load in some gifs on my page and it’s loading slowly. Even worse, nothing shows other than the background of the group until it is fully loaded.
What I would like to do is show an image of the gif, or a loading icon, while the gif loads in. I have seen a “while loading” state in other places but can’t seem to find anything for a gif and its state.
What you can do is having a group with align to parent option. Then put the gif and an icon inside. Both middle alignment. Then right click the gif and bring it to front.
The icon will be visible immediately and the image will cover it when its loaded. You could do the same with some custom css to have a shiny background or something similar.