> For the complete documentation index, see [llms.txt](https://docs.drawtify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.drawtify.com/easier-graphics-solution/how-does-it-work/how-to-create-animation.md).

# 8. How to create animation?

## Become an amazing animator

Everyone wants to attract people's attention through animation. For example, dynamic logos, icons, lines, shapes, titles, etc., and even fascinating videos. However, this will be expensive. Therefore, Drawtify Designer will be your fastest solution. Built-in animation editor, almost no learning curve. Therefore, you can quickly obtain custom animations.

### Step 1: Open the animation editor

Click the elements in the canvas (including: text, shapes, icons, pictures), and then click <img src="/files/-MNYG7FFGCTuHemEMnf6" alt="" data-size="original"> "Animator" in the toolbar to bring up the animation editor on the right.&#x20;

### Step 2: Add action

Select an action <img src="/files/-MNYGeHh5GSJczjKNg34" alt="" data-size="original"> (including 27 basic action instructions and 14 text action instructions) to call the corresponding action editor. Including: <img src="/files/-MNaQmvl_YYr-Ruuu6Tm" alt="" data-size="original"> Being, Length, Repeat, Space, Easing.&#x20;

### Step 3: Set motion data&#x20;

* **Being,** set the start time of the action;&#x20;
* **Length,** set the duration of one cycle of the action;&#x20;
* **Repeat,** set the number of times the action is repeated, "0" means infinite loop;&#x20;
* **Space,** set the interval of each action repeat;&#x20;
* **Easing,** you can change the uniform speed to the corresponding speed.

### Step 4: Animation preview&#x20;

When you have completed the action settings, click <img src="/files/-MNYGBnBHCezLnmtsii2" alt="" data-size="original"> "Play" to check whether the action settings are in line with the assumptions for confirmation or modification.

**It is worth noting that all actions can be superimposed.** This will provide unlimited space for your animation creation. But you need to master the time setting.

In addition, for the <img src="/files/-MNaR1dzlMq4V2E0kCWf" alt="" data-size="original"> “Motion Path“, Shape As Path, Auto Rotate, and path editing are added.


---

# 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.drawtify.com/easier-graphics-solution/how-does-it-work/how-to-create-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.
