> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/engage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/engage/experience-editor/tutorials/introductory-animal-race/add-animation-overrides.md).

# Add animation overrides

In your animation, the animals probably spend the majority, if not all, of the race in a walk animation. We can use animation overrides to choose when the animals switch to a run.

Watch your animation and identify when each animal moves fast enough to switch to a run. It may be the point when an animal starts to look as though it's sliding along the floor. Then, for each animal, complete the following steps to add an animation override.

1. On the timeline, select the cog icon on the object’s container.
2. On the **Current Effect Options** page, select Use **Animation Overrides**.
3. Select **NEW**.
4. In the **Start Time** field, enter the time when the animal should begin to run.
5. In the **End Time** field, enter the time when the animal should return to a walk.
6. In the **Animation** field, select an arrow to cycle through the available animations to **run**.
7. Select **SAVE EFFECT**.

<figure><img src="/files/MJ6jw6QQxQf1QfGtzYPf" alt=""><figcaption><p>A configured animation override (select to expand)</p></figcaption></figure>

Review your animation and adjust the timing if needed.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.engagevr.io/engage/experience-editor/tutorials/introductory-animal-race/add-animation-overrides.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
