Interface: GifFrame

GifFrame

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

Properties:
Name Type Description
end number

The end of the current frame, in milliseconds

start number

The start of the current frame, in milliseconds

texture Texture<CanvasSource>

Image data for the current frame

Members

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