eligius
    Preparing search index...

    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.

    Implements

    Index

    Constructors

    Properties

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

    Methods