次のページをランダムなワイプで切り替える


動作ブラウザ 【 IE:4.0  NN:-
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows × - × × × × × - × -
Macintosh × × × × - × × × × × - - ×
UNIX - - - - - × × × × × - - -
Dreamcast - - - - - - - - - - × × -

ポイント <meta http-equiv="Page-Exit" content="revealTrans()" id="pageWipe"> n = Math.floor(Math.random()*24); t = 5; pageWipe.content = "revealTrans(duration="+t+",transition="+n+")";
説  明 次のページをワイプ効果により切り替えるには、metaタグでパラメータを指定しておき、ページ切り替え時にスクリプトを使って切り替え効果番号を指定します。切り替え番号は0〜23でMath.random()により求めます。IE4以降ではmetaタグに対してもhttpEquiv、contentの内容を書き換え反映させることができるため、これを利用してcontentプロパティ内容を書き換えます。durationは秒数です。
サンプル <html> <head> <title>次のページをランダムなワイプで切り替える</title> <meta http-equiv="Page-Exit" content="revealTrans()" id="pageWipe"> <script language="JavaScript"><!-- function wipe() { n = Math.floor(Math.random()*24); t = 5; // 切り替え時間 pageWipe.content = "revealTrans(duration="+t+",transition="+n+")"; } // --></script> </head> <body> <a href="http://www.shiojiri.ne.jp/~openspc/" onClick="wipe()"><img src="0.jpg"></a> </body> </html>
補足説明 なし

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA