Style Filters
Introduction to Filters and Transitions
The code on this page accomplishes page transitions using the META tag in
the HEAD section. Page transitions apparently do not work inside frames.
The specific code below causes a circle-in transition on entering the page
and a circle-out transition on exit:
Note: The options for the http-equiv page events are Page-Enter, Page-Exit,
Site-Enter, and Site-Exit. Your can have any or all.
The options for the revealTrans parameter are:
- Box in
- Box out
- Circle in
- Circle out
- Wipe up
- Wipe down
- Wipe right
- Wipe left
- Vertical blinds
- Horizontal blinds
- Checkerboard across
- Checkerboard down
- Random dissolve
- Split vertical in
- Split vertical out
- Split horizontal in
- Split horizontal out
- Strips left down
- Strips left up
- Strips right down
- Strips right up
- Random bars horizontal
- Random bars vertical
- Random
For a blend transition:
The Duration parameter sets the transition time, with higher being longer.