# Loading Screen #1

### **Component Structure**

* **LS1 WRAPPER**: A fixed positioned full viewport overlay that houses the loading animation, identified by `ls1__component`.
* **LS1 IMAGE WRAPPER**: Holds three images for the loading animation, with `ls1__image-wrapper`.
* **LS1 IMAGE**: Contains three images (`image--1`, `image--2`, `image--3`), each initially hidden and then animated upon page load.&#x20;

### **Animation Structure**

* **LS1 - PAGELOAD**: A timeline that animates each image on page load. Each image scales and fades in sequentially before the entire loading screen moves up to uncover the main webpage content.&#x20;


---

# 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/loading-screens/loading-screen-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.
