pixi.js
    Preparing search index...

    Interface GifFrameAdvanced

    Represents a single frame of a GIF. Includes image and timing data.

    interface GifFrame {
        end: number;
        start: number;
        texture: Texture<CanvasSource>;
    }
    Index

    Properties

    Properties

    end: number

    The end of the current frame, in milliseconds

    start: number

    The start of the current frame, in milliseconds

    Image data for the current frame