Name
HTML_Progress2::setAnimSpeed
—
Sets delay execution of the progress meter
Synopsis
require_once 'HTML/Progress2.php';
void HTML_Progress2::setAnimSpeed(
|
$delay) ;
|
|
Description
The delay (in milisecond) cannot exceed 1000 (1 second), that is
enough to smooth an animation. User process should slow down
animation and in most case the default value (zero) will be
efficient.
Parameter
-
integer
$delay
-
Delay in milisecond.
Throws
throws
HTML_PROGRESS2_ERROR_INVALID_INPUT
Note
since 2.0.0
This function can not be called statically.