> For the complete documentation index, see [llms.txt](https://docs.lottielab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lottielab.com/editor/animating/design-vs-animate-mode.md).

# Design vs Animate mode

### Animate mode

Animate mode in Lottielab allows you to animate your layers by automatically [creating keyframes](/editor/animating/timeline/keyframes/add-a-keyframe.md) as you make changes to the layer's properties at different points in time.&#x20;

To enter animate mode, click the 'Animate' toggle at the top/centre of the Editor.

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

### Design mode

Design mode is the default mode when the Animate mode toggle is switched off. In design mode, you can move your layer and make changes to it without animating those changes.

This is useful when you want a change that applies across your entire animation rather than at a specific point in time E.g increasing the overall size of your shape across your animation, or moving your entire shape animation across the canvas. See below:

<figure><img src="/files/XtLn0lOMdfDiZYhgXxd1" 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:

```
GET https://docs.lottielab.com/editor/animating/design-vs-animate-mode.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.
