The Page Transition command is not available if you are editing a frames
page. Page transitions can only be applied to individual pages linked to
from the frames page.
Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements.
To work around this behavior, use one of the following methods.
Method 1: Apply a Page Transition in the Frames Page Properties Dialog Box
NOTE: The following steps will apply a vertical blinds transition effect
which will last twelve seconds.
In FrontPage Editor, open or create a frames page.
On the Frame menu, click Frames Page Properties.
Click the Custom tab.
In the "System Variables (HTTP-EQUIV)" section, click Add.
In the Name box, type the event meta name. For example, type page-
enter.
NOTE: For a list of event meta names and their corresponding events,
please see the "More Information" section of this article.
In the Value box, type the meta transition effect value, by following
these steps:
Type the following:
revealTrans(Duration=
NOTE: If you want to apply a blend transition effect, type the
following:
blendtrans(Duration=
After the equal sign, enter a value that represents the number of
seconds you want the transition effect to take. The value must be
between 0.0 and 60.0. For example, type "12.0" (without the
quotation marks).
NOTE: If you applied a blend transition effect, type a parenthesis
after the value and then go to step 7.
Type a comma (,) and then type the following:
Transition=
After the equal sign, enter a value that corresponds to the
transition effect you want. For example, type 8.
NOTE: For a list of the transition effect values, please see the
"More Information" section of this article.
Type a closing parenthesis. The value box should look similar to the
following:
revealTrans(Duration=12.0,Transition=8)
Click OK.
Click OK again.
Repeat steps 4 though 7 for each transition effect you want to set.
NOTE: You can set a different transition effect for each event you want
to set.
The following table lists the event meta names and their corresponding
events:
Event Meta Name Event
------------------------------------
Page-Enter Page Enter
Page-Exit Page Exit
Site-Enter Site Enter
Site-Exit Site Exit
Following is a list of numbers that correspond to the transition effects
you can use in FrontPage 98:
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
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.