What is the best practices when loading a Hype presentation that has some weight to it’s contents?
For instance, does Hype know if only Scene one is loaded and won’t load Scene two until a call has been made?
Is the best logic to have Scene One as a small page (low physical kbs of Elements on the page) and then have larger weight Scenes subsequently?
I guess the answer revolves around how elements are loaded in a Hype Presentation… Ideally it would be nice to have elements load as needed. For instance ; Scene One loads first and on completion subsequent Scenes are preloaded in the background. This could be achieved with some function on the timeline of Scene One (loadAllOtherScenes() ) or if known which is the next needed scene a function like preloadScene(‘nextScenesName’)…
Just wondering if creating low weight first pages would lessen the load time for people with slow connections and if this is used in place of low weight loading animations?