Thumbnailer.setNudgeProperties

Availability

Flash Player 6

Usage

myThumbnailer.setNudgeProperties(tweenEquation:Function, tweenDuration:Number)

Parameters

tweenEquation - Function. Tween Equation function
tweenDuration - Number. Duration of tween in miliseconds

Returns

Nothing.

Description

Method; Sets tween properties for nudge method.

Example

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);