# Sandbox.Sprite.Animation.Frames

```csharp
List<Frame> Frames { get; set; }
```

A list of frames that make up the animation. Each frame is a texture that will be displayed in sequence.

Declared in [Sandbox.Sprite.Animation](/api/Sandbox.Sprite.Animation).
Assembly: `Sandbox.Engine`.
