> For the complete documentation index, see [llms.txt](https://bricksmotion.gitbook.io/bricksmotion-components/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bricksmotion.gitbook.io/bricksmotion-components/components/heroes/hero-10.md).

# 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
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://bricksmotion.gitbook.io/bricksmotion-components/components/heroes/hero-10.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.
