Interface ImageOptions

Hierarchy

  • ImageOptions

Properties

imageDuration?: number

Base duration for images in milliseconds.
Can be overridden by providing a specific image duration in the input images array.

Default Value

3000

imageResizeDimensions?: ImageResizeDimensions

Dimensions to which the input images will be resized.
If unspecified, dimensions of the largest input image will be used

lastImageExtraDuration?: number

Added duration for the last image of any loop in milliseconds.

Default Value

0

Generated using TypeDoc