> For the complete documentation index, see [llms.txt](https://docs.adrapid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adrapid.com/editor/templates/animations.md).

# Animations

**Creating a new template  / setting a time**

When creating a new template you have a few options, you can set the name, width and height. Then there is one that is for animation, which is the time one. Here you set in second how long a template will run for. The normal time is 15 sec.

![](/files/-MhsI0YPoyUyz301m81w)

**Adding animations**

To add an animation to an object you have to click on the + in the side of the timeline. This will pop-up the animation panel. Here you can add the animation you want. As an example you can add 8 different slides to an object. You also have Rotations, fades and Scale to name a few.

![](/files/-MhsIEf8qoZ9IAlvQVZt)

**Timeline**

The timeline is where you can add/move/change your animations, this is also where you find more options like easing, type, target, offset and Duration.

![](/files/-MhsIPHaq335UeZs0GjC)

When clicking on an animation in the timeline you get options. Easing will allow you to add a premade animation to the object like a Power 1 - 4, Back, Elastic, Bounce, Circ, Expo and Sine. This can be added to all the before mentioned animations in both beginning and end (Slides, Rotations, Fades and Scale.)

![](/files/-MhsIeCmg5lVr6mF4vNU)

**Adding multiple animations**

You can add more animation to have different outcomes. The most easy and one of the more common ways is to add a fade in and a slide to a text. But there is a lot more that one can do with animation.

![](/files/-MhsIp0pV9WVRD8CUcLz)

Some objects have less animation options then others for example Text have their own animation.

![](/files/-MhsIwKnRQPkWsoTgjmS)

<br>


---

# 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.adrapid.com/editor/templates/animations.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.
