I am sure this is a rendering error, because:
- Manually causes a redraw, forcing the glitch to go away.
- Crash does not occur in other browsers I checked.
, - , :
:
$('#menu').stop().animate({ top: newTop }, 500, function(){
$('#menu').css('overflow', 'hidden');
setTimeout(function(){
$('#menu').css('overflow', 'auto');
}, 10);
});
jsFiddle Demo
, , - ( overflow). 10 , , , .
!