javascript screen updateInterval
| updateInterval | NN n/a IE 4 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 |
|
Previous: javascript screen width
1697,Nickname,Homepage or email,Comments here,Add comment
