Skip to content

ValueTweenHandle

Defined in: animation/ValueTween.ts:208

new ValueTweenHandle(manager, id): ValueTweenHandle

Defined in: animation/ValueTween.ts:212

ValueTweenManager

number

ValueTweenHandle

readonly id: number

Defined in: animation/ValueTween.ts:210

get state(): TweenState

Defined in: animation/ValueTween.ts:222

TweenState

bezier(p1x, p1y, p2x, p2y): this

Defined in: animation/ValueTween.ts:226

number

number

number

number

this


cancel(): void

Defined in: animation/ValueTween.ts:250

void


pause(): void

Defined in: animation/ValueTween.ts:242

void


resume(): void

Defined in: animation/ValueTween.ts:246

void


then(next): this

Defined in: animation/ValueTween.ts:231

ValueTweenHandle

this

then(next): this

Defined in: animation/ValueTween.ts:232

this