jQuery.fx.interval
The jQuery.fx.interval property in jQuery is the rate at which animations fire.
Cause all animations to run with 10 frames per second.
jQuery.fx.interval = 100;
Try now