# Sandbox.Sprite.Animations

```csharp
List<Animation> Animations { get; set; }
```

A list of animations that can be played. Some animations can consist of multiple frames.
If a sprite is static, it will only contain a single default animation.

Declared in [Sandbox.Sprite](/api/Sandbox.Sprite).
Assembly: `Sandbox.Engine`.
