Fade in and Fade out with 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:

Fade in and Fade out with jQuery?

Post by JAB Creations »

I want to fade in a layer and then on another event handler fade it back in. I found inner fade for jQuery though I'm not exactly sure how (or if) I can do what I want with this plugin for jQuery?
http://medienfreunde.com/lab/innerfade/

For example can I fade between classes? Let's say one class has a black background displaying the text though I want to hide the text by changing it's class (or fading the layer) to black.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

fadeIn/Out/To fade an element in and out, the Interface method "animateClass" fades between classes.
Post Reply