 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Dan Walker Guest
|
Posted: Wed Nov 12, 2003 8:14 pm Post subject: Making Pages fade in and out |
|
|
Can someone tell me if it is javascript that is used to make the page you
are on fade out and the next page fade in. I dont know if one of you has
used this effect before. If you know, is there any chance you can post the
script here to do this?
Thanks.
Dan.
|
|
| Back to top |
|
 |
Evertjan. Guest
|
Posted: Wed Nov 12, 2003 9:09 pm Post subject: Re: Making Pages fade in and out |
|
|
Dan Walker wrote on 12 nov 2003 in comp.lang.java.javascript:
| Quote: | Can someone tell me if it is javascript that is used to make the page
you are on fade out and the next page fade in. I dont know if one of
you has used this effect before. If you know, is there any chance you
can post the script here to do this?
|
You can use Microsoft filters for IE:
<META http-equiv="Page-Enter"
CONTENT="progid:DXImageTransform.Microsoft.Blinds(Duration=4)" />
<META http-equiv="Page-Exit"
CONTENT="progid:DXImageTransform.Microsoft.Slide(Duration=
2.500,slidestyle='HIDE')" />
===================
Or use a javascript, like in:
<http://javascriptkit.com/script/script2/fadeinout.shtml>
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
|
|
| Back to top |
|
 |
Dan Walker Guest
|
Posted: Fri Nov 14, 2003 5:59 pm Post subject: Re: Making Pages fade in and out |
|
|
That is a nice effect, but what i mean is where the one page turns into the
other, like fading from one to the other. It is like the opacity effect if
you have ever used that in programming in win32.
Is that what the m$ things do??
"Evertjan." <exjxw.hannivoort (AT) interxnl (DOT) net> wrote
| Quote: | Dan Walker wrote on 12 nov 2003 in comp.lang.java.javascript:
Can someone tell me if it is javascript that is used to make the page
you are on fade out and the next page fade in. I dont know if one of
you has used this effect before. If you know, is there any chance you
can post the script here to do this?
You can use Microsoft filters for IE:
META http-equiv="Page-Enter"
CONTENT="progid:DXImageTransform.Microsoft.Blinds(Duration=4)" /
META http-equiv="Page-Exit"
CONTENT="progid:DXImageTransform.Microsoft.Slide(Duration=
2.500,slidestyle='HIDE')" /
===================
Or use a javascript, like in:
http://javascriptkit.com/script/script2/fadeinout.shtml
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|