App Intro Documentation
This file covers the splash screen and intro sequence for the app. This isn’t something you will need to change but it’s here for completeness.
b8.Intro.loading() async
Display a loading screen.
Returns
- (Promise<void>): A promise that resolves when the loading screen is displayed.
b8.Intro.splash([name]) async
Display a splash screen.
Parameters
- [name] (string): Project”] The name of the project. (default: “b8)
Returns
- (Promise<void>): A promise that resolves when the splash screen is dismissed.