Animation

Animation

Implements:

Members

start

Implements:

Starts the animation from specified time.

Methods

pause() → {Promise}

Implements:

Pauses playing animation.

Returns:

resolved when done.

Type
Promise

resume() → {Promise}

Implements:

Resumes paused animation.

Returns:

resolved when done.

Type
Promise

stop() → {Promise}

Implements:

Stops playing animation. Resets current time to zero.

Returns:

resolved when done.

Type
Promise