JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Interface Keyframe

    interface Keyframe {
        composite?: CompositeOperationOrAuto;
        easing?: string;
        offset?: number;
        [property: string]: string | number;
    }

    Indexable

    • [property: string]: string | number
    Index
    easing?: string
    offset?: number