|
|
|||
Flash Player 6
myThumbnailer.setNudgeProperties(tweenEquation:Function, tweenDuration:Number)
Nothing.
Method; Sets tween properties for nudge method.
The following code will set nudge tween function to Strong.easeOut and tween duration to 300 miliseconds:
myThumbnailer.setNudgeProperties(mx.transitions.easing.Strong.easeOut, 300);