TweenGroup
Defined in: animation/TweenGroup.ts:37
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new TweenGroup(
tweens):TweenGroup
Defined in: animation/TweenGroup.ts:42
Parameters
Section titled “Parameters”tweens
Section titled “tweens”Returns
Section titled “Returns”TweenGroup
Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get state():
TweenState
Defined in: animation/TweenGroup.ts:46
Returns
Section titled “Returns”Implementation of
Section titled “Implementation of”Methods
Section titled “Methods”cancel()
Section titled “cancel()”cancel():
void
Defined in: animation/TweenGroup.ts:66
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”onComplete()
Section titled “onComplete()”onComplete(
callback):this
Defined in: animation/TweenGroup.ts:70
Parameters
Section titled “Parameters”callback
Section titled “callback”() => void
Returns
Section titled “Returns”this
pause()
Section titled “pause()”pause():
void
Defined in: animation/TweenGroup.ts:54
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”resume()
Section titled “resume()”resume():
void
Defined in: animation/TweenGroup.ts:60
Returns
Section titled “Returns”void