HOW TO CREATE PAGE TRANSITION ON WEB SITE PAGES WITH JAVASCRIPT?

Create blending, circle out, wipe out, dissolve or many other effect on your web page while enter or exit page. Set properties according to your choice. Put the code in the section of your web page. Click the link below to get the Source code of Javascript Web Page Transition


1
2
3
4
5
6
<!-- Put the desired tag within the <head> section of your page -->
<!-- Select page enter or exit or site enter or exit as you like -->
<meta http-equiv="Page-Enter" content="blendTrans(Duration=1.0,Transition=0)">
<meta http-equiv="Page-Exit" content="blendTrans(Duration=1.0,Transition=1)">
<meta http-equiv="Site-Enter" content="blendTrans(Duration=1.0,Transition=2)">
<meta http-equiv="Site-Exit" content="blendTrans(Duration=1.0,Transition=23)">

Note:

-The value for http-equiv can be Page-Enter, Page-Exit, Site-Enter, or Site-Exit according to your choice.
-You can specify any of the following effect by giving appropriate code in the above Tag after Transition= .
-(Number 23 represent a random effect by the browser everytime.)


Page Transition Effect Codes :

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


WEBPAGE REFRESH AND REDIRECT SCRIPT IN JAVASCRIPT AND PHP

Freeware REVIEWS