Page Fade?

For system help, all hardware / software topics NOTE: use Coders Corner for all coders topics.

Moderators: Krom, Grendel

Post Reply
User avatar
Nitrofox125
DBB Admiral
DBB Admiral
Posts: 1848
Joined: Sun Jul 07, 2002 2:01 am
Location: Colorado Springs, CO, USA
Contact:

Page Fade?

Post by Nitrofox125 »

Is there a way to make fades between web pages using DHTML, so when you click on a link it quickly fades to white, then fades to the page you're trying to go to? Preferrably non-resource-intensive :)
User avatar
fliptw
DBB DemiGod
DBB DemiGod
Posts: 6459
Joined: Sat Oct 24, 1998 2:01 am
Location: Calgary Alberta Canada

Post by fliptw »

there is, but its IE only.

you might be able to hack something in javascript, but thats would be a ★■◆● to maintain, and probably slow.
User avatar
Instig8
DBB Ace
DBB Ace
Posts: 347
Joined: Wed Jun 20, 2001 2:01 am
Location: Orange County, CA, USA
Contact:

Post by Instig8 »

You might wanna try http://www.dynamicdrive.com

But, be forewarned, this effect is considered a flagrant foul. If you are using it 'just because you can', then don't. It should only be used in certain situations... and I have never encountered an appropriate application of the effect.

The effect takes a considerable amount of CPU. But that's only noticeable on older machines. And, it's a PITA when moving forward or backward through the browser's history.
User avatar
Capm
DBB DemiGod
DBB DemiGod
Posts: 2267
Joined: Thu Nov 05, 1998 12:01 pm
Location: Topeka, KS
Contact:

Post by Capm »

<meta http-equiv="Page-Enter" content="blendTrans(Duration=1.0)">
<meta http-equiv="Page-Exit" content="blendTrans(Duration=1.0)">

put these with the rest of your meta tags
User avatar
fliptw
DBB DemiGod
DBB DemiGod
Posts: 6459
Joined: Sat Oct 24, 1998 2:01 am
Location: Calgary Alberta Canada

Post by fliptw »

Capm wrote:<meta http-equiv="Page-Enter" content="blendTrans(Duration=1.0)">
<meta http-equiv="Page-Exit" content="blendTrans(Duration=1.0)">

put these with the rest of your meta tags
IE only solutions aren't really good solutions.
User avatar
Mobius
DBB_Master
DBB_Master
Posts: 7940
Joined: Sun Jun 03, 2001 2:01 am
Location: Christchurch, New Zealand
Contact:

Post by Mobius »

repeat after me:

"WEB STANDARDS"

&

"W3C IS GOOD"

&

"IE ONLY CODE IS BAD".

mmkay?
User avatar
BUBBALOU
DBB Benefactor
DBB Benefactor
Posts: 4198
Joined: Tue Aug 24, 1999 2:01 am
Location: Dallas Texas USA
Contact:

Post by BUBBALOU »

Coders Corner
For all coding issues - MODers and programmers, HTML and more

:idea:
User avatar
Top Gun
DBB Master
DBB Master
Posts: 8099
Joined: Wed Nov 13, 2002 3:01 am

Post by Top Gun »

Mobius wrote:repeat after me:

"WEB STANDARDS"

&

"W3C IS GOOD"

&

"IE ONLY CODE IS BAD".

mmkay?
[flamebait]
Repeat after me: "TELL THOSE OTHER BROWSERS TO BRING THEMSELVES INTO COMPLIANCE WITH IE" :P
[/flamebait]

Don't listen to these posers. Write the code for the "one browser to rule them all" :P.
User avatar
Xamindar
DBB Admiral
DBB Admiral
Posts: 1498
Joined: Sun Jun 06, 2004 2:44 am
Location: California
Contact:

Post by Xamindar »

Mobius wrote:repeat after me:

"WEB STANDARDS"

&

"W3C IS GOOD"

&

"IE ONLY CODE IS BAD".

mmkay?

Shoot man! Not only that, you should make your site work with lynx! I'm so sick and tired of these people putting things such as images and frames in their sites so that only a few handfull of browsers can make use of them. What about all of us console users?
User avatar
DCrazy
DBB Alumni
DBB Alumni
Posts: 8826
Joined: Wed Mar 15, 2000 3:01 am
Location: Seattle

Post by DCrazy »

Xamindar: I wrote a CSS-laden, table-heavy calendar in PHP for a project I was working on. After making sure it rendered perfectly in IE and Mozilla, I tested it in Lynx. It worked flawlessly.

Don't say it can't be done, or that it's useless. If it's readable in Lynx, 99% chance it's more readable in IE and Mozilla.
User avatar
fliptw
DBB DemiGod
DBB DemiGod
Posts: 6459
Joined: Sat Oct 24, 1998 2:01 am
Location: Calgary Alberta Canada

Post by fliptw »

if you stick closely with the spirit of the W3C standards, they'll be readable in lynx.
Post Reply