| 1. |
Solve : How are pages and pictures made to fade in or out? |
|
Answer» How are PAGES and pictures made to fade in or out when loading? Can this be accomplished through HTML or JavaScript code?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.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. |
|