Blockbench Reference Docs
    Preparing search index...

    Interface RecordGIFOptions

    interface RecordGIFOptions {
        background: string;
        background_image?: string;
        format?: "gif" | "apng" | "png_sequence";
        fps: number;
        length?: number;
        length_mode?: "seconds" | "frames" | "turntable" | "animation";
        pixelate?: number;
        play?: boolean;
        quality?: number;
        repeat?: any;
        silent?: boolean;
        turnspeed?: string;
    }
    Index

    Properties

    background: string
    background_image?: string
    format?: "gif" | "apng" | "png_sequence"
    fps: number
    length?: number
    length_mode?: "seconds" | "frames" | "turntable" | "animation"
    pixelate?: number
    play?: boolean

    Start playing the selected animation when the animation starts

    quality?: number
    repeat?: any
    silent?: boolean

    Disable all UI feedback about GIF recording

    turnspeed?: string