Loading Screen
The screen showing the asset preloading progress
Description
<loading-screen></loading-screen>Component Structure
<section data-component="loading_screen" data-screen="loading">
<div data-content="wrapper">
<h2 data-string="Loading" data-content="title">Loading</h2>
<progress data-ui="load-progress" value="0" max="100" data-content="progress_bar"></progress>
<small data-string="LoadingMessage" data-content="message">Wait while the assets are loaded.</small>
</div>
</section>Last updated
Was this helpful?