
easing [read-write]
ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
"Easing" refers to gradual acceleration or deceleration during an animation. This parameter controls the style of easing that is used when the grid moves after calling the nextThumbGroup() and previousThumbGroup() methods.
Acceptable values are "Back", "Bounce", "Elastic", "None", "Regular" and "Strong".
The default value is "Strong".
public function get easing():String
public function set easing(value:String):void
The following examples changes the easing to "Regular".
my_tg.easing = "Regular";