|
Enter-Exit Effects
To test what you can have, I've given this page an Enter and an Exit code for "random effect". This will cause the page to use any one of the other 24 effects at random. Just load and reload the page [as pointed out 3/9/05 by G.Cutter ... you have to go to another page then go back] to get an idea of what you can have on your page for the price of one or two lines of code, i.e. less than half a kilobyte. With that in mind, here is the code ... These first four effects are to gradually fade in and out, i.e. the page up fades out as the next page fades in simultaneously. I list four permutations to show the different code which is applicable to all the other effects listed. Just replace the "Enter" for "Exit", etc. Also, to change the length of time the effect takes, change the seconds from (Duration=1.0) to (Duration=4.5) so that instead of taking 1 second to complete, you now will take 4 and a half seconds, and so forth. Warning: a long effect will frustrate the viewer. Keep it short so that it competes with the regular instantaneous transition (after the normal World Wide Wait that is). I have an Enter and an Exit tag on my Table of Contents Pages only. To put them on all my pages would take just tooooooo much effort. But since most people go back and forth from the contents page, they may see an effect for every page anyway. See? Pretty easy stuff and sooooo cheap bandwidthwise.
The Site-Enter code apparently doesn't work for frames. Too bad.
This is the fade in and out. It has no "transition number". Maybe it was the first effect made? Anyway, if not too long, it's very nice.
Box in ... Hmmmm <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=0)"> Box out <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=1)"> Circle in ... These are nice <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=2)"> Circle out <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=3)"> Wipe up ... Wipes are useful <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=4)"> Wipe down <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=5)"> Wipe right <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=6)"> Wipe left <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=7)"> Vertical blinds ... Don't think so <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=8)"> Horizpntal blinds <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=9)"> Checkerboard across ... No thanks <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=10)"> Checkerboard down <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=11)"> Random dissolve ... Can be elegant <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=12)"> Split vertical in ... This is also good <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=13)"> Split vertical out <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=14)"> Split horizontal in <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=15)"> Split horizontal out <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=16)"> Strips left down ... Not so hot ... I think this is the diagonal thingy. <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=17)"> Strips left up <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=18)"> Strips right down <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=19)"> Strips right up <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=20)"> Random bars horizpntal ... Sucks <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=21)"> Random bars vertical <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=22)"> Random ... Any one of the above at random <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=23)">
![]() ![]()
|