Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How are pages and pictures made to fade in or out  (Read 13684 times)

0 Members and 1 Guest are viewing this topic.

jomega75

  • Guest
How are pages and pictures made to fade in or out
« on: April 19, 2004, 03:40:05 PM »
How are pages and pictures made to fade in or out when loading? Can this be accomplished through HTML or JavaScript code?
« Last Edit: April 19, 2004, 03:43:53 PM by jomega75 »

Joleen

  • Guest
Re: How are pages and pictures made to fade in or
« Reply #1 on: April 20, 2004, 06:45:51 AM »
Most likely it's JavaScript.  I say 'most likely' only because I don't know the pages you're refering so it could be flash but I'd bet it's simple JavaScript.

Kasper

  • Guest
Re: How are pages and pictures made to fade in or
« Reply #2 on: May 19, 2004, 09:57:44 AM »
Yeah, there's a filter called the "alpha" filter (IE 5.5+ only) that allows you to change an images opacity therefore, with some simple js you could easily get a fade in and out effect for images (used mainly on onMouseOver and onMouseOut)  Although Joleen is also right, that can more easily be done with flash, but it seems like a waste just to fade an image in and out.