> For the complete documentation index, see [llms.txt](https://docs.flatredball.com/flatredball/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flatredball.com/flatredball/glue-gluevault-component-pages-animationeditor-plugin/frame-time.md).

# Frame Time

### Frame Time

Each frame in an animation defines how long it is displayed when the animation is played. The animation editor allows editing the frame time to speed up or slow down individual frames or the entire animation.

### Changing the Frame Time

To change the amount of time that an individual frame is displayed in an animation:

1. Select a frame in the animation
2. Find the **FrameLength** property
3. Change the value to the desired length in seconds

   ![](/files/S3VdPmSXaRUngG5nusKU)

### Changing the Entire Animation Length

The entire length of an animation can be changed without manually changing each individual frame. To do this:

1. Right-click on the desired animation
2. Select **Adjust All Frame Time**
3. Enter the new desired length of the animation
4. (Optionally) select the desired option for changing the frame time. The frames can be adjusted to all have the same value, or can be adjusted proportionally to achieve the desired animation length

<figure><img src="/files/nrOjo7vpybiELYeWh8Os" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.flatredball.com/flatredball/glue-gluevault-component-pages-animationeditor-plugin/frame-time.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
