Options
All
  • Public
  • Public/Protected
  • All
Menu

Module ProgressBar

Themed Progress Bar

This progress bar works on a scale of 0-1 (corresponding to 0%-100%). For indeterminate values, set value to null.

NOTE: Due to a webkit bug, indeterminate progress bars cannot be animated. Instead, we must create a element and animate it. This means the original progress element is gone.

Callable

  • ProgressBar(__namedParameters: object): Element
  • Themed Progress Bar

    This progress bar works on a scale of 0-1 (corresponding to 0%-100%). For indeterminate values, set value to null.

    NOTE: Due to a webkit bug, indeterminate progress bars cannot be animated. Instead, we must create a element and animate it. This means the original progress element is gone.

    Parameters

    • __namedParameters: object

    Returns Element

Index

Interfaces

Generated using TypeDoc