
loadEffect [read-write]
ThumbGrid Version: ThumbGrid 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls the style and appearance of the animation effect that is applied thumbnail images after they load.
Acceptable values include "None", "Fade In", "Slide", "Mask", "Zoom Out" and "Diagonal".
The default value is "Fade In".
public function get loadEffect():String
public function set loadEffect(value:String):void
The following changes the effect:
my_tg.loadEffect = "Zoom Out";