> For the complete documentation index, see [llms.txt](https://2deadfrog.gitbook.io/simpletext-pt-br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2deadfrog.gitbook.io/simpletext-pt-br/animators.md).

# Animators

## :tv: Tutorial em vídeo

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

## :heart: Conheça os *Animators*

Os *Animators* são composições criadas pelo **Simple Text** para comandar suas animações de texto.

{% hint style="info" %}
Para manter a animação do texto com o mesmo aspecto da animação do *Animator*, é importante manter o tamanho 50 para o tamanho da fonte em média, utilizando o parâmetro de escala do layer de texto para ajustar seu tamanho final.
{% endhint %}

### :bulb: *Criando Animators*

Cada vez em que o **Simple Text** é aplicado a um layer de texto, um novo *Animator* é criado. Os *Animator* são identificados por seus respectivos números.

![](/files/-M-FyDPcUPnmOZgl-7Hp)

Em seu layer de texto é possível alternar entre os *Animators* já criados digitando o número desejado no campo *Animator* do efeito 2DF SimpleText.

![](/files/-M-FyjzWowew7aZDYzMj)

É possível utilizar o mesmo *Animator* em diferentes layers de texto, basta aplicar o **Simple Text** com o Animator selecionado no projeto. Caso o layer de texto já tenha o **Simple Text** aplicado, basta selecionar o número do animador no efeito *2DF Simple Text*.

Caso o **Simple Text** seja aplicado a mais de um layer de texto, será criado um animador para todos eles.

Para criar variações de um animador basta duplica-lo.

{% hint style="info" %}
Selecione o animador no projeto e clique `Ctrl (Cmd no Mac) + D`
{% endhint %}

### :dividers: Organizando Animators

Para facilitar a organização dos animadores você pode utilizar comentários e subpastas no projeto.

![](/files/-M-G4SmKDwFI3wV2qs3Z)

É possível salvar seus animadores favoritos. Basta salva-los em um projeto e importar esse projeto quando necessário.

### :gear: Técnicas avançadas

Com os Animators você tem controle total sobre as animações. É possível manipular os beziers do path da animação.

![](/files/-M-G5rD-gyLeEiIqR41e)

Utilize o Graph Editor para ajustar as curvas de velocidade entre os keyframes.

![](/files/-M-G6UrtZCU4DvM_ffom)

É possível aplicar expressões nos parâmetros de animação.

![](/files/-M-G8Loio43aj1evy210)

Divida seu texto em partes para utilizar mais de um animador com tipos de delays diferentes na mesma frase.

![](/files/-M-GCfeGRcn6BHOzwUjw)


---

# 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://2deadfrog.gitbook.io/simpletext-pt-br/animators.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.
