# Quick Start

## **​** :tv: **Video tutorial** <a href="#tutorial-em-video" id="tutorial-em-video"></a>

{% embed url="<https://vimeo.com/399961864>" %}

## Learn in three steps <a href="#aprenda-em-tres-passos" id="aprenda-em-tres-passos"></a>

### **​**:one: Convert your text layer <a href="#converta-seu-layer-de-texto" id="converta-seu-layer-de-texto"></a>

Select a text layer and press the **Simple Text** button:

* **Normal click** for letter animation;
* **Right-click** for word animation;
* **Shift-click** for line animation.

![](https://gblobscdn.gitbook.com/assets%2F-M-FH8nT3m1XK8RiKym3%2F-M-FnJkbuZyGoPbCrAO-%2F-M-FnTU5VilZ4pA1m5ii%2FSimple-Text_Simple-Text-Buttom.png?alt=media\&token=19f5eefc-c3c9-4389-8455-7ddfc1075653)

### **​**:two:Create your animation <a href="#crie-sua-animacao" id="crie-sua-animacao"></a>

The script created a composition known as **Animator ID:1**. Open this composition and use the Animator layer to create your animations.&#x20;

You can use the following parameters to control the animations of your text layer:

* *Anchor Point*
* *Position*
* *Scale*
* *Rotation*
* *Opacity*

For your text to be in its original position, all parameters must be zero, except for scale and opacity, which must be at 100%.

Please note that you can manipulate the Beziers of the animation path and also use the Graph Editor to adjust the speed curves between the keyframes.

To make it easier to view and create the animations, create a new Viewer by clicking on`View / New Viewer`.

{% hint style="info" %}
Also use the shortcut `Ctrl (Cmd on Mac) + Alt + Shift + N`.
{% endhint %}

![](https://gblobscdn.gitbook.com/assets%2F-M-FH8nT3m1XK8RiKym3%2F-M-FnJkbuZyGoPbCrAO-%2F-M-FpiR1vooP92FrJBFr%2FSimple-Text_Animators.png?alt=media\&token=989dca80-a7ea-4621-8bae-9e3b3d1070b8)

### :three: Adjust the delay you want <a href="#ajuste-o-delay-desejado" id="ajuste-o-delay-desejado"></a>

Applied to your text layer, there is an effect known as **2DF SimpleText**. In it, you can adjust the input delay between one letter and another, based on seconds.

You can also choose the entry order. Generally speaking, it is **normal** (from left to right). There are specific buttons for **reverse** delay (from right to left) and **random**.

![](https://gblobscdn.gitbook.com/assets%2F-M-FH8nT3m1XK8RiKym3%2F-M-FnJkbuZyGoPbCrAO-%2F-M-Fr0RF7GHU1oUFrPqA%2FSimple-Text_Pseudo-Fx.png?alt=media\&token=faa8dd4c-80cd-4dc8-a557-44ee55e4477f)

## Additional information <a href="#informacoes-adicionais" id="informacoes-adicionais"></a>

### :pencil2: Updating a text <a href="#atualizando-um-texto" id="atualizando-um-texto"></a>

If you need to change a text, you may need to maintain Simple Text. This is because the script creates an exact number of animators for each letter. To update, just click the **Simple Text** button with the selected layer, so it will update the animation structure.

### ​:x: Removing Simple Text from your text <a href="#removendo-o-simple-text-de-seu-texto" id="removendo-o-simple-text-de-seu-texto"></a>

If you want to remove the animations from your text layer, click the **Remove Text Animations** button in the script. The script will keep all effects applied to the text.

![](https://gblobscdn.gitbook.com/assets%2F-M-FH8nT3m1XK8RiKym3%2F-M-FnJkbuZyGoPbCrAO-%2F-M-FtCI915CzmSgEmUNh%2FSimple-Text_Remove-SimpleText-Buttom.png?alt=media\&token=de20a081-3e0d-4c1d-86ad-9bf0ae711e74)


---

# 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://2deadfrog.gitbook.io/simpletext/quick-start.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.
