[jQuery] Stop effect
[jQuery] Stop effect
Hi, how can I stop this effect?
$('#y').fadeOut('slow').animate({opacity: 1.0}, 3000).fadeIn('slow');
I've tried independently
$('#y').stop();
$('#y').stop(true);
$('#y').stop(true,true);
without any result
thanks
Topic Participants
alfonsoencisop
stephan.veigl