
interactivity [read-write]
ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls the visibility of the motion blur effect that's applied to thumbnails when using the "Scroll Strong" setting of interactivity.
Acceptable values include "Off" and "On".
The default value is "On".
public function get interactivityBlur():String
public function set interactivityBlur(value:String):void
The following example turns off the blur effect.
my_tg.interactivityBlur = "Off";