Class ProgressbarController

This controller renders a progressbar that displays the progress of the current timeline in the given selected element.

The current progress as a percentage is rendered in the given text element.

Hierarchy

  • ProgressbarController

Implements

Constructors

Properties

duration: number = 0
eventbusRemovers: TEventbusRemover[] = []
name: string = 'ProgressbarController'
selectedElement: null | JQuery<HTMLElement> = null
textElement: null | JQuery<HTMLElement> = null

Methods

Generated using TypeDoc