Javascript Reference
Categories: screen

javascript screen updateInterval

@March 15, 2008, 1:22 a.m.
updateIntervalFirefox/Netscape/NN n/a IE 4 Chrome/Safari/DOM n/a  

Read/Write  

Provides the time interval (in milliseconds) between screen updates. A value of zero lets the browser select an average that usually works best. The longer the interval, the more animation steps may be buffered and then ignored as the update fires to display the current state.

 
Example
 
screen.updateInterval = 0;
 
Value

Positive integer or zero.

 
Default

0


Powered by Linode.