Ever see a PowerPoint Presentation that used transisitions from one page to another?
There is a small HTML code that can be used to provide transisition when a Web
Page is opened or closed.

The following HTML code will be placed between the < HEAD > < /HEAD >of your document.


< META HTTP-EQUIV="Page-Enter" CONTENT = "RevealTrans (Duration=4, Transition=2)">
<META HTTP-EQUIV="Page-Exit" CONTENT = "RevealTrans (Duration=4, Transition=2)">


Use any of the Transitions listed below.

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

Show a Split Vertical Transition
Show Circle in to open Circle out to Close
Show Box in Checkerboard To Close


Back to the Tutor Index