@samatawy/diagrams
    Preparing search index...

    Interface AnimationChannel

    interface AnimationChannel {
        type: AnimationChannelType;
        state: AnimationState;
        lastFrame?: number;
        lastTimestamp?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    lastFrame?: number
    lastTimestamp?: number