
spinnerDuration [read-write]
ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
The amount of time, in seconds, that it takes for the spinner animation to rotate 360 degrees.
The default value is 1.5.
public function get spinnerDuration():Number
public function set spinnerDuration(value:Number):void
The following examples speeds up the spinner rotation animation by completing the rotation in a half second.
my_tg.spinnerDuration = 0.5;