> For the complete documentation index, see [llms.txt](https://4sh-templates.gitbook.io/opulent-os2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://4sh-templates.gitbook.io/opulent-os2.0/animations.md).

# Animations

{% hint style="info" %}
Settings for Animations are available on **Opulent theme** ✨
{% endhint %}

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

## How to enable page transistions

{% hint style="success" %}
Steps:

1. In the theme editor (**Customize**), click **Theme settings.**
2. Navigate to the **Animations** section.
3. Click the checkbox **Enable page transition.**
4. Click **Save.**
   {% endhint %}

The page transition feature exhibits a loading spinner during the page loading process, thus enriching the user experience and captivating web visitors' interest.

You have the option to configure the size and color of the loading spinner icon for the page transition.

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

{% embed url="<https://drive.google.com/file/d/1pp6kmXmiRVKcmic44PbK9nihHwS_bDeB/view?usp=sharing>" %}

You can also upload your own **Custom logo** for the page-loading effect.

{% hint style="info" %}
Square-sized images are recommended.
{% endhint %}

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

## How to set up the page animation

{% hint style="info" %}
Steps:

1. In the theme editor (**Customize**), click **Theme settings.**
2. Navigate to the **Visible in the view** section.
3. Select your **Animation** type and adjust the animation duration.
4. Click **Save**.
   {% endhint %}

When readers navigate up and down the site, the animation, if activated, activates as soon as the element enters the viewport. Incorporating a touch of animation during the loading process can inject some excitement, captivate users, and draw their attention.

<figure><img src="/files/4vklRNUuVfF4obxpqjDK" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://4sh-templates.gitbook.io/opulent-os2.0/animations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
