Jump to content
xisto Community
Sign in to follow this  
iGuest

Intro Effect And Exit Effect In Html

Recommended Posts

when you log in the site has this code
you well see the effect
plz test it and comment on this post

<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=1)>
the exit effect
<META http-equiv="Page-Exit" CONTENT="RevealTrans(Duration=2.500,Transition=6)>
add this code in <head>the code </head> on the top tag of page
thanks

Share this post


Link to post
Share on other sites

Dear ejasoft,

(1)

First, there are double-quotes missing in the sample code

Your code:

<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=1)>
the exit effect
<META http-equiv="Page-Exit" CONTENT="RevealTrans(Duration=2.500,Transition=6)>

Correct code:
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=1)">
the exit effect
<META http-equiv="Page-Exit" CONTENT="RevealTrans(Duration=2.500,Transition=6)">


(2)

Second, this only works in the Microsoft Internet Explorer browser...

Share this post


Link to post
Share on other sites

These effects are very annoying (in my opinion) and can not be shown in Gecko browsers (FireFox, Mozilla). It also lags down the visitor when they are moving from page to page. I recommend that you scrap these transition effects all together, as it reminds me of the horrible PowerPoint.*shivers*

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.