# Transitions

Since anime.css was made with the ability to be super customizable, while still remaining super easy we have 7 different transition types.&#x20;

{% hint style="warning" %}
Some animations don't work with transition types. They will be labeled on the docs.
{% endhint %}

Anime.css transitions are done in milliseconds, so 10m is equivalent to 1 second.&#x20;

| Transitions | Speed  |
| ----------- | ------ |
| linear      | 1m-60m |
| in          |        |
| in-out      |        |
| ease-in     |        |
| ease-out    |        |
| out         |        |
| linear-out  |        |

## Example

```markup
<button class="ease-in-20m scale-10">Button</button>
```


---

# 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://itshoozi.gitbook.io/anime-css/basics/transistions.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.
