Viewing automatic transition

automatic transition



User: Gerrit V. 11 years ago
Is it possible (I suppose with a snippet of html) to make the start-up page of a site (with only some attractive image on it or a logo) automatically, after an adjustable period of time (say, a few seconds), make a transition to the next page with the same image but now with all navigation added to it ?
User: Jumbo T. 11 years ago
Do it with meta refresh :

http://www.google.com/search?q=meta+refresh+redirect

For added wow and awe, use css transitions :

http://billing.ragesw.com/forum.php?act=thread&tid=2792&p=1#post2
User: Roddy 11 years ago
The code for a meta refresh is like this…

<meta http-equiv="refresh" content="30;url=page.html" />

and should be pasted into the head code box in the Page inspector.

Change the "page-name" and the time "30" to whatever you want.

NOTE: Using a splash page is not a good idea if you want people to be able to find your site using a search engine.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.