Meta tag Page transitions:

Meta tag Page Transitions is part of the I.E. browser functions. They are actually META tags. You can make a number of different effects happen when a visitor enters or exits a webpage


Use as META TAG:

You can change the effects with the code below. You can change the transition number from 1-23.


<meta http-equiv="Page-Enter" content="revealTrans(Duration=2.0,Transition=12)">
<meta http-equiv="Page-Exit" content="revealTrans(Duration=2.0,Transition=12)">


Click here to go back.