Question: To make loading time faster and have something presented on the page already, Can I load parts of the composition once the other parts are loaded? For instance, if a FOOTER contains animations, i wait for other stuff to load and presented and then have the browser deal with loading the FOOTER, and not worry if it appears on the page later.
I place my code in "CompositionReady", what would be the practical use for "CreationComplete" or "beforeDeletion"?
In general any suggestions to make edge- projects faster?
Thanks.