# Custom Animations

## Custom Animation Preset

If the built-in animations aren't enough for you, don't worry! You can easily create your own animations by creating a *Custom Animation Preset*. Press the *Create custom animation* button in your [Text Animation Settings](/text-animations/text-animation-settings.md) or [Typewriter Animation Settings](/text-animations/typewriting/typewriter-animation-settings.md), or right-click in your project view, then `Create > Stix Games > Text Animations for UI Toolkit > Custom Animation Preset`.

<figure><img src="/files/iu1W9DZuf9M1I7Q8E1Hr" alt=""><figcaption><p>A custom animation that wiggles the letters vertically.</p></figcaption></figure>

Set up your custom animation in the preset object. Read the tooltips for more information on some of the settings.

### Usage Example

You use the animation by adding your tag to the text like this:

```
This is how to use the <vertical-wiggle>animation</vertical-wiggle> shown above.
```

## Text Appearance and Vanishing

You can convert a custom animation into a appearance and/or vanishing animation by setting the `Is Text Appearance Effect` and `Is Text Vanishing Effect` properties to true. You can also them to your [Typewriter Animation Settings](/text-animations/typewriting/typewriter-animation-settings.md) or trigger it with a tag as usual.


---

# 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/animations/custom-animations.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.
