.splash-screen
element
The .splash-screen
action shows a default splash screen. It belongs to the screens category within the ui area.
Action Syntax
.splash-screen +imagetag
An image tag starting with +
.splash-screen $variable
A variable name starting with $
.splash-screen +imagetag $variable
An image tag starting with + followed by A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.splash-screen %image
// Using Variables
// Display dynamic content from variables
.splash-screen $text
Action code: 1357353676
Version: 0.6.4
Last updated: 2025-06-13