Insert .stop() before .animate(...) :
$("div").stop().animate({
width: $(this).width(),
marginLeft: $(this).offset().left
}
,"slow"
);
--Tony
On 10月31日, 下午4�r32分, Cloudream <[EMAIL PROTECTED]> wrote:
> http://labs.cloudream.name/jquery/move.html
>
E... I wrote mouseMOVE before ... -.-||| sorry for puzzling
On Oct 31, 7:51 pm, Wizzud <[EMAIL PROTECTED]> wrote:
> Use the hoverIntent plugin.
> Using mousemove fires far too many events for your animation to handle
> - the instant the mouse moves onto a span, an event fires and the
> underb
Thanks a lot. ^^
On Oct 31, 7:51 pm, Wizzud <[EMAIL PROTECTED]> wrote:
> Use the hoverIntent plugin.
> Using mousemove fires far too many events for your animation to handle
> - the instant the mouse moves onto a span, an event fires and the
> underbar tries to move; move the mouse by 1px and the
Use the hoverIntent plugin.
Using mousemove fires far too many events for your animation to handle
- the instant the mouse moves onto a span, an event fires and the
underbar tries to move; move the mouse by 1px and the event fires
again, trying to move the underbar; etc, etc.
If you were to start
4 matches
Mail list logo