# Introducing Animatables

## Animatable Components

Easily animate UI objects such as RectTransform, TextMeshPro, Image, Button, and CanvasGroup, with their dedicated components or any GameObject with the AnimatableTransform component.

## Tweening

Use the large list of 42 preset easing curves or create your own.

## Animation Stacking

Enhance your animations by stacking different kinds on top of each other.

## Event-Based Design

* UI animation components will automatically play on enable and on disable animations as they are activated or deactivated.
* Set animation start, update, and complete events for any animation.
* Custom UI animations work great with Unity's Event Trigger component.

## Animation Testing

Testing animations is supported in both edit and play mode.


---

# 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://stylishesper.gitbook.io/animatables/getting-started/introducing-animatables.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.
