Script on page start
Any page can on start trigger some actions using the script language.
You can of course change or create any variable.
See the Script language
Example:
You write on first page script:
NextPageAfter(30000)
If user doesn’t click on anything after 3 minutes (30000 milliseconds)
The next page will appear.
You can create some small animations using just couple of hundred milliseconds.