jquery fadein /fadeout a few divs in one place

D

David Mark

I think it depends on what one means by the "fade effect".  When I use
it in the following manner, I really do mean display:none :

    myAPI.hide(element, {effect: "fadeOut", duration: 400});

When I use it this way, obviously I don't want to hide the element:

    myAPI.animate(element, {opacity: 0.1, duration: 400});

That all looks vaguely familiar.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,795
Messages
2,569,644
Members
45,359
Latest member
1854578

Latest Threads

Top