Screens
6 posts tagged with "Screens"
.background-image
The .background-image action display a background image for the app. It belongs to the background category within the ui area.
Action Syntax
.background-image +imagetag
.background-image https://...
Valid sizes
Examples
// Basic Usage
.background-image +mypic
.brand-screen
The .brand-screen action shows brand screen for trial/free plans. It belongs to the screens category within the ui area.
Action Syntax
.brand-screen $variable
Valid sizes
Tags
duration
duration to display. minimal/default is 1s
Examples
// Basic Usage
.brand-screen $text
.popup-screen
The .popup-screen action full screen to hold other elements and can be closed. It belongs to the screens category within the ui area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
.popup-screen
.screen
The .screen action bas screen element. It belongs to the screens category within the ui area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
.screen
.screen-background
The .screen-background action sets the main screen background for the app. It belongs to the screens category within the ui area.
Action Syntax
.screen-background +imagetag
Valid sizes
Examples
// Basic Usage
.screen-background %mypic
.splash-screen
The .splash-screen action shows a default splash screen. It belongs to the screens category within the ui area.
Action Syntax
.splash-screen +imagetag
.splash-screen $variable
.splash-screen +imagetag $variable
Valid sizes
Examples
// Basic Usage
.splash-screen %image
// Using Variables
// Display dynamic content from variables
.splash-screen $text