Skip to content

Static Variables

EaseTimer.EASE_IN_CUBIC

Type

Int

EaseTimer.EASE_IN_OUT_CUBIC

Type

Int

EaseTimer.EASE_IN_OUT_QUAD

Type

Int

EaseTimer.EASE_IN_OUT_QUART

Type

Int

EaseTimer.EASE_IN_OUT_QUINT

Type

Int

EaseTimer.EASE_IN_QUAD

Type

Int

EaseTimer.EASE_IN_QUART

Type

Int

EaseTimer.EASE_IN_QUINT

Type

Int

EaseTimer.EASE_OUT_CUBIC

Type

Int

EaseTimer.EASE_OUT_QUAD

Type

Int

EaseTimer.EASE_OUT_QUART

Type

Int

EaseTimer.EASE_OUT_QUINT

Type

Int

EaseTimer.LINEAR

Type

Int

Static Functions

EaseTimer.constToString(value:Int):String

description

Translates constant to a user-readable string.

EaseTimer.create(from:Float, to:Float, length:Int, easeType?:Int):EaseTimer

EaseTimer.interpolate(from:Float, to:Float, t:Float, easeType?:Int):Float

Instance Variables

value

Type

Float

Instance Functions

isCompleted():Bool

reset():Void

update():Void