|
Posted by Peterken on 12/16/05 20:19
"ukrbend" <ukr_bend@yahoo.com> wrote in message
news:1134754808.176756.76260@f14g2000cwb.googlegroups.com...
> I came across the website http://www.cyberindian.com/web-designing/
> and noticed it has this great feature of fading the pages as you click
> on the various links. So instead of the typical awkward construction of
> the page slowing appearing, it will gradually fade in as the old page
> fades out. I took a look at the soucre for the page but can't
> understand how they're doing it. One bad point is that it only seems to
> work in IE and not Firefox. But I still would like to try it on my
> site.
>
> Does anyone know this technique? - Thanks
>
Oh it actually does fade in IE, and indeed the technique used is
<META http-equiv="Page-Enter" content="blendTrans(Duration=0.3)">
<META http-equiv="Page-Exit" content="blendTrans(Duration=0.3)">
between the head tags...
However, the timing is set so short it's bearly visible when loading the
pages :-(
Timing is given in seconds, so 0.3 means three tenth of a second.
Maybe, if using the effect, play with the timing a bit to have it more
"visible".
And no Kim, I don't mind using some proprietary effects, since after all
about 95% out there uses IExplore.
All others just miss this transition but can see the page just as well.
[Back to original message]
|