NovelateImageAnimationFrame

An image animation frame.

Constructors

this
this(string image, size_t nextFrameTime)

Creates an image animation frame.

Members

Properties

image
string image [@property getter]

Gets the image.

nextFrameTime
size_t nextFrameTime [@property getter]

Gets the next frame time. Generally only the first frame's time is used to be consistent.

Meta