Do you want to put a little spice in the transition of your pages 
like the boxing-in or dissolve effect? 

Here is how it is done:

Add this code to the  
	
 area of your page:



So the top of your web page should look something like this:



Page Title

 
(Other Meta Tags)

	



This meta tag has the "Page-Enter" attribute which will allow this 
function to kick on when someone enters that page. The 
"content="revealTrans" cues their browser to start the transition. 
The (Transition=1...) lets the users browser know which transition 
to display. Well, how do YOU know what transition to code?

This is the breakdown of the transitions which you can use:

"Transition=0" will give the "Box in" effect.
"Transition=1" will give the "Box out" effect.
"Transition=2" will give the "Circle in" effect.
"Transition=3" will give the "Circle out" effect.
"Transition=4" will give the "Wipe up" effect.
"Transition=5" will give the "Wipe down" effect.
"Transition=6" will give the "Wipe right" effect.
"Transition=7" will give the "Wipe left" effect.
"Transition=8" will give the "Vertical blinds" effect.
"Transition=9" will give the "Horizontal blinds" effect.
"Transition=10" will give the "Checkerboard across" effect.
"Transition=11" will give the "Checkerboard down" effect.
"Transition=12" will give the "Random dissolve" effect.
"Transition=13" will give the "Split vertical in" effect.
"Transition=14" will give the "Split vertical out" effect.
"Transition=15" will give the "Split horizontal in" effect.
"Transition=16" will give the "Split horizontal out" effect.
"Transition=17" will give the "Strips left down" effect.
"Transition=18" will give the "Strips left up" effect.
"Transition=19" will give the "Strips right down" effect.
"Transition=20" will give the "Strips right up" effect.
"Transition=21" will give the "Random bars horizontal" effect.
"Transition=22" will give the "Random bars vertical" effect.
"Transition=23" will give the "Random" effect.

The "Duration=1.000" shows that the browser will take ONE second to 
show the transition. Don't get carried away with the number of 
seconds or it can seem like a slow death to your viewer.