如视 Five SDK
    Preparing search index...

    Interface MotionKeyframe<K>

    interface MotionKeyframe<K extends string> {
        key?: string;
        progress: number;
        value: MotionValue<K>;
    }

    Type Parameters

    • K extends string
    Index

    Properties

    Properties

    key?: string
    progress: number
    value: MotionValue<K>