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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.