> For the complete documentation index, see [llms.txt](https://docs.monaverse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monaverse.com/create/building-spaces/adding-interactivity/mona-reactor/creating-animation.md).

# Creating Animation

The Animation tool allows you to create animation on assets such as 3D objects, audio, particles etc. This could be something simple like changing position, rotation, or scale, as well as animating a texture, or adjusting volume on an audio asset. There are *many* elements of many asset types that can be animated.

For more information on how to create animation in Unity, go to [Animation in Unity](/create/building-spaces/improve-your-space/animation-in-unity.md).

It is also possible to import animations from other programs such as Blender, Maya, 3D Studio MAX etc. For more information on importing animation from external applications, go to [Importing Animation](/create/building-spaces/improve-your-space/importing-animation.md).

To use Reactor, you need to have more than one animation, allowing Reactor to switch between them, and the method of navigating multiple animations is through the Animator window.

A simple door could have different approaches to it such as :&#x20;

* a single frame closed animation and a single frame open animation where the Animator component will transition between the two.
* A single frame closed animation, an open animation (that isn't looped), and a close animation (that isn't looped).

There are more ways to make it work, it just depends on how you want the door to work.


---

# 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.monaverse.com/create/building-spaces/adding-interactivity/mona-reactor/creating-animation.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.
