eligius
    Preparing search index...

    Class LottieController

    This controller renders a lottie-web animation inside the given selected element.

    The url may encode freeze and end positions like this: my-url/filename[freeze=10,end=21].json

    Implements

    Index

    Constructors

    Properties

    animationItem: AnimationItem | null = null
    currentLanguage: string = 'nl-NL'
    endPosition: number = -1
    eventbusRemovers: TEventbusRemover[] = []
    freezePosition: number = -1
    labelData: Record<string, Record<string, string>> = {}
    name: string = 'LottieController'
    operationData: IInnerMetadata | null = null
    serializedData: string | null = null
    serializedIEData: string | null = null

    Methods