Nate Cavanaugh wrote:
> To steal an idea from
> http://www.learningjquery.com/2007/01/effect-delay-trick
> 
> $(div).animate({opacity: 1.0}, 1000).hide('fast');
> 
> Nice little hack :)

Yeah cool!

I've used the also very cool pause plugin for that...:

$('div').pause(5000, 'fx').fadeOut('normal');

Seems to be obsolete now...


-- Klaus



_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to