# Sticky Sections #1

### Component Structure

* **SS1 COMPONENT** (Section): The main container for the sticky sections, set up with specific classes for styling and functionality.
  * **SS1 SECTION** (Block): Multiple sections that make up the core of the component, each designed to stick to the top of the viewport as the user scrolls through the content. These sections are styled with `ss1__section` for sticky behavior.
    * **SS1 CONTAINER** (Container): Holds the content for each section, including images and text. The container is set up for grid display to organize the content neatly.
      * **SS1 IMG** (Image): Each section contains an image styled with `ss1__img`, displaying various visuals related to the section's theme.
      * **SS1 CONTENT WRAP** (Block): A wrapper for the textual content within each section, providing a structured space for headings and text.

### Animation Structure

**SS1 - IMG**

This timeline focuses on animating the images within each section, applying grayscale filters and opacity changes to create a dynamic visual effect as the user scrolls. Animations are triggered by scrolling into the section, making the images stand out through transitions.

**SS1 - CONTENT**

This timeline is dedicated to animating the textual content within each section. It modifies the content's opacity and position (using the `y` property) to create a fading and sliding effect as the user scrolls past the sections. The goal is to draw attention to the content through smooth, engaging transitions.


---

# 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://bricksmotion.gitbook.io/bricksmotion-components/components/scroll-scenes/sticky-sections-1.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.
