# Gsap Extention

**GSAP (GreenSock Animation Platform)** enhances the core JavaScript library by enabling advanced interactions, smooth scrolling, text effects, and refined UI behavior. These addons help developers create high-performance, visually engaging animations that respond to user actions such as scrolling, text rendering, and interface selection, while maintaining smooth motion, responsiveness, and professional user experience across modern websites.

The Plugins used in our themes are,

PluginsDescriptions

| Libraries                 | Descriptions                                                                                                                  |
| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| **nice-select.min.css**   | It provides clean, customizable styling for enhanced select dropdowns, ensuring a polished and consistent UI across browsers. |
| **nice-select.min.js**    | Transforms standard HTML select elements into customizable, interactive dropdowns with smooth animated feedback.              |
| **ScrollTrigger.min.js**  | Controls animations based on scroll position, enabling precise motion, pinning, and timeline synchronization.                 |
| **ScrollSmoother.min.js** | Adds smooth, inertia-based scrolling for a refined experience while keeping animations fluid and responsive.                  |

#### Overview

The GSAP Animation plugin allows you to:

* Enable/disable global animations across the website
* Add smooth scrolling effects
* Configure scroll behavior and animation timing
* Enable sticky header with animation support
* Import/export animation settings

#### Installation

1. Go to **WordPress Dashboard → Plugins**
2. Locate **Nirax Animation**
3. Click **Activate**

Once activated, you will see a new menu:

* **GSAP Extension**

#### Accessing Plugin Settings

Navigate to:

**Dashboard → GSAP Extension**

You will find two sections:

* Dashboard
* Advanced


---

# 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://buddhathemes-test.gitbook.io/nirax/nirax-animation/gsap-extention.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.
