Trilium Frontend API
    Preparing search index...

    Interface PropertyIndexedKeyframes

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

    Indexable

    • [property: string]: string | number | number[] | string[]
    Index

    Properties

    easing?: string | string[]
    offset?: number | number[]