Animation
5 posts tagged with "Animation"
.lottie
The .lottie action embeds a lottie animation. It belongs to the animation category within the ui area.
Action Syntax
.lottie +imagetag
.lottie https://...
Valid sizes
Tags
loop
loops animation
controls
shows animation controls
Examples
// Basic Usage
.lottie %animtag
fadein
The fadein action fades element in. It belongs to the animation category within the ui area.
Action Syntax
fadein E
fadein E 30m
Valid sizes
Examples
// Basic Usage
fadein *elid
fadeout
The fadeout action fades an element in. It belongs to the animation category within the ui area.
Action Syntax
fadeout E
fadeout E 30m
Valid sizes
Examples
// Basic Usage
fadeout *elid
init-animation
The init-animation action initializes animation (lottie player). It belongs to the animation category within the ui area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
init-animation
set-animation
The set-animation action sets/defines an animation tag. It belongs to the animation category within the ui area.
Action Syntax
set-animation +imagetag https://...
set-animation +imagetag +imagetag
Valid sizes
Tags
save
persists the animation in local storage. Use for static animations