I have an animation that's rather large, around 3.5mb. The animation itself has symbols in it, and each of them are displayed as interactive 'squares' that span the width and hieght of my website. To see what I mean, head here.
My question is, can I display each square as it downloads without the entire animation loading first?
I was thinking I could somehow define a download priority, then display those symbols as they load. Maybe I could inject code into the compositionReady?
Let me know, and thanks in advance!