# Animation

Stiletto uses **animation** effects for pages and sections to create a more engaging user experience. Animations play an important role to delight and inform your customers, which can make them stick around longer and keep coming back.

When animations are enabled, text and images are loaded dynamically: section contents slide, fade, zoom, or ease into position at a delay rather than all at once.

Other animations include a "shimmer" over images and subtle visual changes that draw attention to interactive elements like buttons or hot spots.

### Turn off animations

***

You may want to turn off animations if you have concerns about load time, style, or accessibility. You can do so in your **Theme settings** or in individual **Section settings**.

<details>

<summary><mark style="color:blue;"><strong>STEPS</strong></mark></summary>

In your theme editor (**Customize**):

1. Click the **Theme settings** icon.
2. Click to open the **Animation** tab.
3. Uncheck the **Enable page transitions** and **Enable section animations**.

   > You can also disable animations for specific sections under their settings.
4. Click **Save**.

</details>

<br>

***

> **Related links**
>
> [Theme settings](https://help.fluorescent.co/stiletto/theme-styles/theme-settings)\
> [Theme sections](https://help.fluorescent.co/stiletto/sections/theme-sections)


---

# 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://help.fluorescent.co/stiletto/theme-styles/animation.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.
