# Sandbox.AnimationSequence

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: abstract

## Properties

- [`Duration`](/api/Sandbox.AnimationSequence/Duration): The duration of the currently playing sequence (seconds)
- [`IsFinished`](/api/Sandbox.AnimationSequence/IsFinished): Get whether the current animation sequence has finished
- [`Name`](/api/Sandbox.AnimationSequence/Name): The name of the currently playing animation sequence
- [`SequenceNames`](/api/Sandbox.AnimationSequence/SequenceNames): The list of sequences that can be used
- [`Time`](/api/Sandbox.AnimationSequence/Time): The elapsed time of the currently playing animation sequence (seconds)
- [`TimeNormalized`](/api/Sandbox.AnimationSequence/TimeNormalized): The normalized (between 0 and 1) elapsed time of the currently playing animation sequence
