Specialfx
2 posts tagged with "Specialfx"
.confetti
element
The .confetti action shows confetti. It belongs to the specialfx category within the ui area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
tiny
small
medium
large
extra
Tags
angle
launch angle. default is 90
shape
circle, square, or star
Examples
// Basic Usage
.confetti
Action code: 1586049956
Version: 0.6.4-1
Last updated: 2025-06-13
.corner-banner
element
The .corner-banner action a fixed corner diagonal banner in the upper right of the app screen. It belongs to the specialfx category within the ui area.
Action Syntax
.corner-banner "text"
A quoted text string
.corner-banner $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.corner-banner "label"
// Using Variables
// Display dynamic content from variables
.corner-banner $label
Action code: 1630827705
Version: 0.6.4
Last updated: 2025-06-13