Phaser API Documentation

  Version: 
Filter
Namespace: States
Phaser.Tweens.States
Source: src/tweens/tween/const.js (Line 7)

Members

<static, constant> ACTIVE: number
Focus
Focus

Description:

Tween state. The Tween is active within the Tween Manager. This means it is either playing, or was playing and is currently paused, but in both cases it's still being processed by the Tween Manager, so is considered 'active'.

Type:
number
Since: 3.0.0
Focus
Focus
<static, constant> COMPLETE: number
Focus
Focus

Description:

TweenData state.

Type:
number
Since: 3.0.0
Source: src/tweens/tween/const.js (Line 99)
Focus
Focus
<static, constant> COMPLETE_DELAY: number
Focus
Focus

Description:

Tween state. The Tween is waiting for a complete delay to elapse.

Type:
number
Since: 3.0.0
Focus
Focus
<static, constant> CREATED: number
Focus
Focus

Description:

TweenData state.

Type:
number
Since: 3.0.0
Source: src/tweens/tween/const.js (Line 25)
Focus
Focus
<static, constant> DELAY: number
Focus
Focus

Description:

TweenData state.

Type:
number
Since: 3.0.0
Source: src/tweens/tween/const.js (Line 37)
Focus
Focus
<static, constant> DESTROYED: number
Focus
Focus

Description:

Tween state. The Tween has been destroyed and can no longer be played by a Tween Manager.

Type:
number
Since: 3.60.0
Focus
Focus
<static, constant> FINISHED: number
Focus
Focus

Description:

Tween state. The Tween has finished playback but was flagged as 'persistent' during creation, so will not be automatically removed by the Tween Manager.

Type:
number
Since: 3.60.0
Focus
Focus
<static, constant> HOLD_DELAY: number
Focus
Focus

Description:

TweenData state.

Type:
number
Since: 3.0.0
Source: src/tweens/tween/const.js (Line 79)
Focus
Focus
<static, constant> LOOP_DELAY: number
Focus
Focus

Description:

Tween state. The Tween is waiting for a loop countdown to elapse.

Type:
number
Since: 3.0.0
Focus
Focus
<static, constant> MAX: number
Focus
Focus

Description:

A large integer value used for 'infinite' style countdowns.

Similar use-case to Number.MAX_SAFE_INTEGER but we cannot use that because it's not supported on IE.

Type:
number
Since: 3.60.0
Focus
Focus
<static, constant> PENDING: number
Focus
Focus

Description:

Tween state. The Tween has been created but has not yet been added to the Tween Manager.

Type:
number
Since: 3.0.0
Focus
Focus
<static, constant> PENDING_REMOVE: number
Focus
Focus

Description:

Tween state. The Tween has finished playback and is waiting to be removed from the Tween Manager.

Type:
number
Since: 3.0.0
Focus
Focus
<static, constant> PENDING_RENDER: number
Focus
Focus

Description:

TweenData state.

Type:
number
Since: 3.0.0
Source: src/tweens/tween/const.js (Line 49)
Focus
Focus
<static, constant> PLAYING_BACKWARD: number
Focus
Focus

Description:

TweenData state.

Type:
number
Since: 3.0.0
Source: src/tweens/tween/const.js (Line 69)
Focus
Focus
<static, constant> PLAYING_FORWARD: number
Focus
Focus

Description:

TweenData state.

Type:
number
Since: 3.0.0
Source: src/tweens/tween/const.js (Line 59)
Focus
Focus
<static, constant> REMOVED: number
Focus
Focus

Description:

Tween state. The Tween has been removed from the Tween Manager.

Type:
number
Since: 3.0.0
Focus
Focus
<static, constant> REPEAT_DELAY: number
Focus
Focus

Description:

TweenData state.

Type:
number
Since: 3.0.0
Source: src/tweens/tween/const.js (Line 89)
Focus
Focus
<static, constant> START_DELAY: number
Focus
Focus

Description:

Tween state. The Tween is waiting for a starting delay to elapse.

Type:
number
Since: 3.0.0
Focus
Focus