.progress-circle
element
The .progress-circle
action …. It belongs to the progress category within the ui area.
Action Syntax
.progress-circle 123 of 123
A numeric value followed by a value followed by A numeric value
.progress-circle $variable of $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
.progress-circle $variable of 123
A variable name starting with $ followed by a value followed by A numeric value
.progress-circle 123 of $variable
A numeric value followed by a value followed by A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Tags
showvalue
shows the value inside the circle
Examples
// Basic Usage
.progress-circle 1 of 100
// Using Variables
// Display dynamic content from variables
.progress-circle $num of $max
Action code: 2883177102
Version: 0.6.4-1
Last updated: 2025-06-13