# speed

> The playback speed of the animation. 1 is the normal playback speed.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.AnimationModule

```csharp
public float speed { get; }
```

### Remarks

A negative playback speed will play the animation from the end.

see [AnimatorState.speed](/engine/6000.0/script-reference/unityeditor/animations/animatorstate/speed.md).
