Description
The jQuery.fx.interval property specifies the number of frames per second at which animations will run.
v1.4.3
This property has the form:
value = jQuery.fx.interval;
Return Value
This form returns an Number object.
v1.4.3
This property has the alternate form:
jQuery.fx.interval = value;
Parameter | Description |
---|---|
value | Specifies the rate (in milliseconds) at which animations fire (default=13 milliseconds) |
Return Value
This form returns an Number object.
Examples
The following example shows which event type was triggered:
// Change the animation rate
jQuery.fx.interval = 100;