Page fades and other transitions can be accomplished by putting the following code into the "Custom HTML Headers" section of the "Main Preferences":
<meta http-equiv="Page-Enter" content="blendTrans(Duration=1.0)" /> <meta http-equiv="Page-Exit" content="blendTrans(Duration=1.0)" />
You can control the speed of the transition by using different values for "Duration" (e.g. 1.5, 2.0, 2.5, etc.)
Other types of transitions can be accomplished using the following code:
<meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=1)" /> <meta http-equiv="Page-Exit" content="revealTrans(Duration=1.0,Transition=1)" />
To experiment with different effects, change "Transition=1" to use one of the following numbers instead:
- 0 = Box in.
- 1 = Box out.
- 2 = Circle in.
- 3 = Circle out.
- 4 = Wipe up.
- 5 = Wipe down.
- 6 = Wipe right.
- 7 = Wipe left.
- 8 = Vertical blinds.
- 9 = Horizontal blinds.
- 10 = Checkerboard across.
- 11 = Checkerboard down.
- 12 = Random dissolve.
- 13 = Split vertical in.
- 14 = Split vertical out.
- 15 = Split horizontal in.
- 16 = Split horizontal out.
- 17 = Strips left down.
- 18 = Strips left up.
- 19 = Strips right down.
- 20 = Strips right up.
- 21 = Random bars horizontal.
- 22 = Random bars vertical.
- 23 = Random.
Note: Transitions only work in Internet Explorer.