# Keyframe animation

For keyframe animations, you set the properties of an object at a series of points in time, called keyframes. When the animation is played, ENGAGE fills in the gaps between keyframes. For example, you can mark the position where you want an object to start, and then mark the position where you want that object to be 12 seconds later. ENGAGE would then fill in the gap between those two keyframes, creating a smooth transition between the two locations.


---

# Agent Instructions: 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/creating-animations/keyframe-animation.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.
