# Hero #10

### Component Structure

* **COPY WRAPPER (div)**: Serves as the base structure for Hero #10, encapsulating all elements.
* **HR10 COMPONENT (section)**: The main visual area of Hero #10, identified by `hr10__component`, designed to fill the viewport height and center content.
* **HR10 HEADLINE WRAPPER (div)**: Contains headline elements, using `hr10__headline` for styling, positioned centrally with flex display.
  * **HR10 HEADLINE 1 (text-basic)**: The first part of the hero's message, marked by `hr10__headline-1`.
  * **HR10 HEADLINE 2 (text-basic)**: Continues the hero's message, styled with `hr10__headline-2`.
* **HR10 IMAGE WRAPPER (div)**: An artistic backdrop for the hero, `hr10__img-wrapper`, featuring a unique image that enhances the component's visual impact.
  * **HR10 IMAGE (image)**: A central image, `hr10__img`, that plays a key role in the hero's design.

### Animation Structure

**HR10 - Scroll** outlines the animations triggered by user scroll:

* **Headlines Movement**: Both `.hr10__headline-1` and `.hr10__headline-2` are animated to move horizontally off-screen, creating a dynamic effect that emphasizes the scrolling interaction.
* **Image Animation**: The `.hr10__img-wrapper` undergoes changes in clip-path value and rotation, scaling up for a dramatic reveal and rotation correction as the user scrolls through the component.


---

# 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/heroes/hero-10.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.
