Page 1 of 1

Which effect do I need to DL for fade-in/out for jQuery?

Posted: Tue Apr 17, 2007 6:51 pm
by JAB Creations
Which effect do I need to DL for fade-in/out for jQuery? I'm trying to keep the effects library as minimal as possible.
http://interface.eyecon.ro/download

Also how do I do a simple fade out? Right now all I do is switch a class that sets an element to display: none but I can't find this simple action of fading for jQuery without it being overly complicated.

Posted: Tue Apr 17, 2007 8:54 pm
by Kieran Huggins
there's one built-in! .fadeOut('slow') / .fadeIn('fast')

http://www.visualjquery.com/1.1.1.html <- look in "effects"

dead. simple. ;-) I'll make some fresh kool-aid...