Opacity animation on images stuttering
Hello,
if I change the dimensions of an image via javascript and then try to make a opacity-animation on it
$('#image').animate({ opacity: 'toggle' }, 1000, function() {
});
the animation is not smooth any more, it is stuttering.
The problem is definitly the changed dimension attributes, without setting them or setting them to the real size of the image, everything is ok.
Problem occurs in Ubuntu/FF3.5.8 and Mac/Safari, Windows/IE7+8 + Windows/Firefox seem to be ok.
Anyone had this problem before?
Thanks,
Mario