# Animations

The animation classes are inserted into the **CSS classes (2)** field of the **block (1)** in the layout settings.

Example:

```
zen-animate slide-in-blurred-bottom
```

![](/files/Wq9WMmR1y5NQ8kiqGyB7)

The animations are triggered when the element moves into the viewing area of the so-called viewport by scrolling.

### Scroll-Animation

To initiate an animation add the class `zen-animate` in conjunction with any of the following pre-made animation classes:

* `fade-in`
* `fade-in-top`
* `fade-in-bottom`
* `fade-in-fwd`
* `slide-in-top`
* `slide-in-right`
* `slide-in-bottom`
* `slide-in-left`
* `slide-in-blurred-top`
* `slide-in-bck-center`
* `slide-in-blurred-bottom` <mark style="color:green;background-color:green;">popular</mark>&#x20;
* `puff-in-center`
* `flip-in-hor-top`
* `flip-in-hor-bottom`
* `swing-in-bottom-fwd`
* `bounce-in-bottom`
* `scale-in-center`

### Scroll-Overlay / Parallax Animation

To initiate an animation add the class `zen-scroll-overlay` .

Example:

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


---

# 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://themedocs.zenit.design/en/content/shopping-experiences/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.
