# Text Animation Settings

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

{% hint style="info" %}
Check the tooltips for each setting for more information.
{% endhint %}

*Text Animation Settings* can be used to customize your animated text. Create a new *Text Animation Settings* object by right-clicking in your project folder, then `Create > Stix Games > Text Animations for UI Toolkit > Text Animation Settings`. Then add the new object to your animated text element in UI builder.

{% hint style="warning" %}
Make sure to add your Text Animation Settings to all your animated text elements in UI Builder, or the settings won't have any effect.
{% endhint %}

<figure><img src="/files/u6dHCl5lJRWtspaYFS9G" alt=""><figcaption><p>A settings object was set in UI Builder. The Text Animation Settings will be used for this object.</p></figcaption></figure>

## Changing Text Animation Settings at runtime

It's possible to change animation settings at runtime, but some of the settings may not update unless you regenerate your text, i.e. by changing `text` on your animated text element.


---

# 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://docs.stixgames.com/text-animations/text-animation-settings.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.
