skia
    Preparing search index...

    Interface AnimationMarker

    This represents a subset of an animation's duration.

    interface AnimationMarker {
        name: string;
        t0: number;
        t1: number;
    }
    Index

    Properties

    Properties

    name: string
    t0: number
    t1: number