# Scroll Scene #4

### Component Structure

* **COPY WRAPPER (div):** Acts as a container for the entire Scroll Scene #4, ensuring all elements are grouped together for cohesive behavior.
* **SC4 COMPONENT (section):** The main viewport of Scroll Scene #4, styled with `.sc4__component`, sets the foundational layout and visual area for the interactive experience.
* **SC4 IMAGE (image):** A visually striking background image, applied with `.sc4__image`, fills the viewport and sets the thematic backdrop of the scene.
* **SC4 GRID (block):** This grid, defined by `.sc4__grid`, organizes the column elements in a structured manner over the background image, facilitating the animated interaction.
* **SC4 GRID COLs (divs):** Individual columns within the grid, identified by `.sc4__grid-col`, act as masks for the background image, enabling the animation effects as users scroll.

### Animation Structure

**SC4 - Scroll:** This Bricksforge timeline is designed to animate the `.sc4__grid-col` elements in two groups, with differing animations to create a captivating visual effect as the page scrolls.

* **Column Animation 1:** Targets the second, third, and sixth columns for a bottom-to-top reveal effect, gradually hiding these columns as the user scrolls down.
* **Column Animation 2:** Focuses on the first, fourth, fifth, and seventh columns, employing a top-to-bottom masking animation, progressively revealing these columns on scroll.


---

# 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/scroll-scene-4.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.
