5 Replies - 3835 Views - Last Post: 24 June 2007 - 10:46 PM

#1 Israel   User is offline

  • D.I.C Addict
  • member icon

Reputation: 7
  • View blog
  • Posts: 833
  • Joined: 22-November 04

Javascript Fade In (How is this done)

Post icon  Posted 22 June 2007 - 10:10 PM

I've tried viewing the source and Googling this. Does anyone know how this is done? Must be viewed in IE to be seen.
Is This A Good Question/Topic? 0
  • +

Replies To: Javascript Fade In (How is this done)

#2 ahmad_511   User is offline

  • MSX
  • member icon

Reputation: 132
  • View blog
  • Posts: 722
  • Joined: 28-April 07

Re: Javascript Fade In (How is this done)

Posted 23 June 2007 - 12:44 AM

Hi

If you're looking for objects fading?, read the following; if not just skip it away.

About month ago some one had the same problem
And i think you can finde what you want at here

may be you'll find what you want
Was This Post Helpful? 0
  • +
  • -

#3 Israel   User is offline

  • D.I.C Addict
  • member icon

Reputation: 7
  • View blog
  • Posts: 833
  • Joined: 22-November 04

Re: Javascript Fade In (How is this done)

Posted 23 June 2007 - 12:32 PM

No, not quite. I appreciate the responce, however I'm trying to fade the entire page, not just one image. I suppose I could fade the page background with the script you posted, but then all the text and other images would beat it. Might look ok... but I was wanting to fade the entire page like in the link I posted above.
Was This Post Helpful? 0
  • +
  • -

#4 Israel   User is offline

  • D.I.C Addict
  • member icon

Reputation: 7
  • View blog
  • Posts: 833
  • Joined: 22-November 04

Re: Javascript Fade In (How is this done)

Posted 23 June 2007 - 01:04 PM

Ok, I figured it out, it's not in the Javascript, it's just a meta tag. Here's how it works if anyone wants to know:

Ps- Does anyone know how to do this in Firefox?
<html>
<head>
<title>How it works!</title>
<META HTTP-EQUIV="Page-Enter" CONTENT="BlendTrans(Duration=3.0)">
</head>
<BODY>

</BODY>
</HTML>

This post has been edited by Israel: 23 June 2007 - 01:11 PM

Was This Post Helpful? 0
  • +
  • -

#5 ahmad_511   User is offline

  • MSX
  • member icon

Reputation: 132
  • View blog
  • Posts: 722
  • Joined: 28-April 07

Re: Javascript Fade In (How is this done)

Posted 24 June 2007 - 09:14 AM

Ok thanks this meta tag is good
But i still like javascript
Was This Post Helpful? 0
  • +
  • -

#6 DilutedImage   User is offline

  • D.I.C Addict
  • member icon

Reputation: 15
  • View blog
  • Posts: 646
  • Joined: 20-November 06

Re: Javascript Fade In (How is this done)

Posted 24 June 2007 - 10:46 PM

MSIE-only solutions are crap. :D

Here's a thought: overlay the entire screen with a solid white DIV (or any other color of your choice), and use Javascript to incrementally change the opacity of it.


Was This Post Helpful? 0
  • +
  • -

Page 1 of 1