
thumbFadeIn [read-write]
ThumbGrid Version: ThumbGrid 1
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls the visibility of thumbnail images when fully loaded.
Acceptable values include "Off" and "On".
When set to "On", thumbnail images gradually fade-in from zero opacity to full opacity. When set to "Off", thumbnail images appear immediately at full opacity.
The default value is "On".
public function get thumbFadeIn():String
public function set thumbFadeIn(value:String):void
The following example turns off the fade-in effect.
my_tg.thumbFadeIn = "Off";