> 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/projects/projects-4.md).

# Projects #4

### Component Structure

* **PR4 - COMPONENT (section):** Contains the entire component, utilizing `pr4__component` for vertical centering and viewport height adjustment.
* **PR4 - CONTAINER (container):** Direct child of the component, organized with `pr4__container`.
* **PR4 - ITEM (block):** Individual project items, styled with `pr4__item`. Includes a title and an overlay for dynamic banner animation.
* **PR4 - HEADING (heading):** Displays project titles within each item, applying `pr4__title`.
* **PR4 - OVERLAY (block):** An overlay block within each item, showing the scrolling banner, styled with `pr4__overlay`.
* **PR4 - BANNER WRAPPER & BANNER INNER (div):** Containers for the scrolling text, use `pr4__banner-wrapper` and `pr4__banner-inner` for layout and animation.

### Animation Structure

**PR4 - BANNER:** A looping animation that automatically scrolls the banner content horizontally, from right to left, across the overlay area of each project item. It triggers on page load, creating a continuous movement effect for the banners.

* **Initial Position:** Sets the starting point of the banner to `x: 0%`.
* **Scrolling Animation:** Moves the banner to `x: -100%` over 10 seconds, repeating indefinitely to achieve a marquee effect.


---

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