Custom scene load animation

I wrote a custom scene load animation using SVG + CSS, but I found that the loading animation was slow when my scene required a large number of models to load.Is there any way to speed it up?

I think it depends on the browser having time to update the UI…

You could try to offload the work on a worker thread and only have the main thread with the animation, but I’m not sure it’s an easy thing to setup…

Thank you very much for your answer
:smiley: