# Slide Underline

Like other features with anime.css, making this is super easy. Slides work with classes listed like: slide-{direction}-{color}

{% hint style="danger" %}
This animation does not work with transitions
{% endhint %}

| Directions | Color  |
| ---------- | ------ |
| Top        | Red    |
| Bottom     | Orange |
|            | Yellow |
|            | Lime   |
|            | Green  |
|            | Cyan   |
|            | Blue   |
|            | Purple |
|            | Pink   |
|            | White  |
|            | Black  |

## **Example**

```markup
<p class="slide-top-purple" type="button">Button</p>
```

{% hint style="info" %}
New features like durations for these things will come in with the v2 of anime.css, for now, we're working on v1.
{% endhint %}

## Colors

<div align="left"><img src="/files/-MX0zRuf_5kaEyai7eYG" alt=""></div>


---

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