Class mx.effects.Tween
Object
+--mx.effects.Tween
Field Index
ActiveTweens
,
arrayMode
,
Dispatcher
,
duration
,
endFunc
,
endVal
,
ID
,
initVal
,
Interval
,
IntervalToken
,
listener
,
startTime
,
updateFunc
- Inherited from Object
__proto__
, constructor
, prototype
Method Index
new Tween()
AddTween(),
DispatchTweens(),
doInterval(),
easingEquation(),
endTween(),
getCurVal(),
RemoveTweenAt(),
setTweenHandlers()- Inherited from Object
- addProperty(), hasOwnProperty(), isPropertyEnumerable(), isPrototypeOf(), registerClass(), toLocaleString(), toString(), unwatch(), valueOf(), watch()
Constructor Detail
Tween
function Tween(listenerObj, init, end, dur)
Field Detail
ActiveTweens
static ActiveTweens:Array
Interval
IntervalToken
Dispatcher
listener
initVal
initVal
endVal
endVal
duration
arrayMode
startTime
updateFunc
endFunc
ID
Method Detail
AddTween
static function AddTween(tween:Tween):Void
RemoveTweenAt
static function RemoveTweenAt(index:Number):Void
DispatchTweens
static function DispatchTweens(Void):Void
doInterval
function doInterval()
getCurVal
function getCurVal(curTime)
endTween
function endTween()
setTweenHandlers
function setTweenHandlers(update, end)
easingEquation
function easingEquation(t, b, c, d)