View Full Version : How to make image fade in using JS
Deviant++
03-31-2005, 05:25 PM
cause I wanna use it for an image to fade in everytime I refresh the page.. instead of using flash that is..
right now its on flash but would prefer it to NOT be on flash and just a similar effect using js...
filburt1
03-31-2005, 06:27 PM
You can do it using CSS (controlled though Javascript) and three separate properties that work in the majority of browsers.
I believe the properties are opacity (CSS specification), moz-opacity (old Mozilla specification), and filter (Internet Explorer).
Deviant++
03-31-2005, 06:29 PM
but would that be in an animated sequence ? and not just transparency / opacity ?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.