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

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

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

Post 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.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post 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...
Post Reply