A repository of over 1000 quality jQuery plugins

jQuery jQuery.fx.interval

Learn all about the jQuery function jQuery.fx.interval.

This property can be manipulated to adjust the number of frames per second at which animations will run. The default is 13 milliseconds. Making this a lower number could make the animations run smoother in faster browsers (such as Chrome) but there may be performance and CPU implications of doing so.

Since jQuery uses one global interval, no animation should be running or all animations should stop for the change of this property to take effect.