
spinnerScale [read-write]
ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
The scale of the "spinner" animation that appears in each thumbnail element before an image loads.
The default value is .35.
public function get spinnerScale():Number
public function set spinnerScale(value:Number):void
The following examples changes all spinners to their regular size.
my_tg.spinnerScale = 1;