Class com.Utils.Interpolator

Method Index

new Interpolator()
GetCurrentValue(), GetEndValue(), GetStartValue(), GetTimeValue(), GetValue(), SetEndValue(), SetTarget(), Start()

Constructor Detail

Interpolator

public function Interpolator()

Method Detail

Start

public function Start(duration:Number, startValue, endValue, ease:Function):Void

SetEndValue

public function SetEndValue(duration:Number, endValue, ease:Function):Void

GetValue

public function GetValue(progress:Number)

GetTimeValue

public function GetTimeValue(time:Number)

GetCurrentValue

public function GetCurrentValue()

GetStartValue

public function GetStartValue()

GetEndValue

public function GetEndValue()

SetTarget

public function SetTarget(object:Object, property:String)