XoSilenceoX Posted March 26, 2008 Share Posted March 26, 2008 Looking for the simplest script that will 1. Display a visibility:hidden div 2. Fade it in from alpha 0 to alpha 75 I have searched but cannot find anything of relevance. Link to comment https://forums.phpfreaks.com/topic/98071-fading-in-div/ Share on other sites More sharing options...
emehrkay Posted March 27, 2008 Share Posted March 27, 2008 I use mootools. all you have to do is var eff = new Fx.Morph(element, {duration: 300}); eff.start({ opacity: [0, .75] }); http://demos.mootools.net/Fx.Morph Link to comment https://forums.phpfreaks.com/topic/98071-fading-in-div/#findComment-501816 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.