AnimationSequence
extends BaseAnimationContainer
in package
A sequence of animations, played one after the other.
Table of Contents
Properties
- $animations : array<string|int, mixed>|null
- $finished : bool
- $running : bool
- $tag : int|null
Methods
- __construct() : mixed
Properties
$animations
public
array<string|int, mixed>|null
$animations
= []
$finished
public
bool
$finished
= false
$running
public
bool
$running
= false
$tag
public
int|null
$tag
= null
Methods
__construct()
public
__construct([array<string|int, BaseAnimation> $animations = [] ][, int|null $tag = null ]) : mixed
Parameters
- $animations : array<string|int, BaseAnimation> = []
-
Animations to run
- $tag : int|null = null
-
Tag to identify this animation container