eligius
    Preparing search index...

    Interface ITimelineConfiguration

    interface ITimelineConfiguration {
        duration: number;
        id: string;
        loop: boolean;
        selector: string;
        timelineActions: ITimelineActionConfiguration[];
        type: TimelineTypes;
        uri: string;
    }
    Index

    Properties

    duration: number
    id: string
    loop: boolean
    selector: string
    timelineActions: ITimelineActionConfiguration[]
    uri: string