jQuery.fx.interval


Содержание:

jQuery.fx.intervalВозвращает: Numberversion deprecated: 3.0

Описание: The rate (in milliseconds) at which animations fire.

  • Добавлен в версии: 1.4.3jQuery.fx.interval

This property is deprecated as of version 3.0, and has no effect in browsers that support the requestAnimationFrame method.

On browsers that do not support requestAnimationFrame, this property can be changed to adjust the interval at which animations will run. The default is 13 milliseconds.

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.