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.
Which effect do I need to DL for fade-in/out for jQuery?
Moderator: General Moderators
- JAB Creations
- DevNet Resident
- Posts: 2341
- Joined: Thu Jan 13, 2005 6:44 pm
- Location: Sarasota Florida
- Contact:
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
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...
http://www.visualjquery.com/1.1.1.html <- look in "effects"
dead. simple.