Page loading - Forum

Forum Navigation
You need to log in to create posts and topics.

Page loading

Hi,

Is there a way to wait for a page to load completely before executing commands or for example animations (with the related plugin)? I thought of a container that hides once the page has loaded and then animations or other commands are performed on some elements. My idea is a timer and Javascript code ..
Thank you :-)

Hi @punglisin,

What I usually do is adding most of the required images in the first page as hidden objects, so they are preloaded for the next pages that will be loaded super-fast. The first page is just a loader animation with this code:

Wait 3000
   GotoNextPage
EndWait

You can take a look at the included sample under the folder "AdvancedCompleteSample" for a working demo.

Punglisin has reacted to this post.
Punglisin

I implemented the strategy you proposed and I will also use it later when needed .. it works! I like this solution! Thanks a lot @luishp!  :-)

luishp has reacted to this post.
luishp