Jquery .Stop() slowdown
http://jsfiddle.net/332tS/ When Using "开发者_如何学编程.stop()" in Jquery, is it possible to make it slow to a halt THEN continue? instead of stopping on the spot.
Try this...if you want to halt and then continue
$("#navbar #home .inverted").stop(true,false).animate({"width":"0px"}, 500);
or you can refer this too
try this
精彩评论