HTML Lesson 7
Page Transitions
Page transitions are entered in the HEAD of
your HTML Document.
Event: the event that will trigger the
transition effect. Your choices are: Page-Enter; Page-Exit; Site-Enter;
Site-Exit
Duration: type the amount of time that you
want the transition effect to last.
Transition: the number under Tag in the
Table below
<META http-equiv="Event" content="revealTrans(Duration=1.0,Transition=0)">
The exception to this rule is with Blend the
tag for it would be:
<META http-equiv="Event" content="blendTrans(Duration=1.0)">