> For the complete documentation index, see [llms.txt](https://docs.febucci.com/text-animator-unity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.febucci.com/text-animator-unity/effects/how-to-edit-effects/curves.md).

# Curves

Effects modify a letter states (position, rotation, scale, ...) based on a "state **curve"**, which you can assign in the inspector.

As always, **curves** are a Scriptable Object and clicking on them will show you their preview in the inspector.

### Built-in Curves

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Sine</strong></td><td>Follows the Sine curve (and eases in during appearances)</td><td></td></tr><tr><td><strong>Linear</strong></td><td>Goes linearly from 0 to 1</td><td></td></tr><tr><td><strong>Hold</strong></td><td>Stays at 1, always</td><td></td></tr><tr><td><strong>Square</strong></td><td>Either 1 or -1</td><td></td></tr><tr><td><strong>Step</strong></td><td>Goes from 0 to 1 in four different steps</td><td></td></tr><tr><td><strong>Bounce</strong></td><td>Bounces from 0 to 1</td><td></td></tr></tbody></table>

### Creating Custom Curves from the inspector

To create a custom curve from the inspector go to Project->Create->Text Animator for Unity and then select "**Custom**".

You will find an inspector with two curves, both editable at the bottom of the panel.

* **Curve01** goes from 0 to 1 and decides how Appearances and Disappearances behave
* **CurveRange** goes from -1 to 1 (but ends where it started so that it forms a smooth/seamless loop) and affects Persistent effects

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

***

{% hint style="info" %}
A way to set curves via [Modifiers](/text-animator-unity/effects/how-to-edit-effects/modifiers.md) (similar to [Playbacks](/text-animator-unity/effects/how-to-edit-effects/playbacks.md)) is coming in future releases!
{% endhint %}


---

# 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:

```
GET https://docs.febucci.com/text-animator-unity/effects/how-to-edit-effects/curves.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.
