Skip to content

4. Formulas to manage the progress bar

Maurice Inzirillo edited this page Jun 9, 2020 · 2 revisions

The following Formulas are not directly linked to a property but will use them to manage the life cycle of the progress bar.

Linear progress bar

  • LaunchProgressBar : Generates the progress bar and associates it with the corresponding image form object. Manages the transition animation if enabled.
  • LaunchBarberShop : Generates the progress bar and associates it with the corresponding image form object. Manages the "barbershop" animation until it is interrupted.
  • StopPBProcess : Cancel animations and the Worker corresponding to the instance.

Circular progress bar

  • LaunchCircularProgressBar : Generates the progress bar and associates it with the corresponding image form object. Manages the transition animation if enabled.
  • LaunchCircularBarberShop : Generates the progress bar and associates it with the corresponding image form object. Manages the "barbershop" animation until it is interrupted.
  • StopCPBProcess : Cancel animations and the Worker corresponding to the instance.

⚠️ Be careful, the image form object is automatically resized after the SVG generation regardless of the type of progress bar. However, its position in X and Y does not change.