UNPKG

tween24

Version:

Tween24.js is animation library that enables fast coding using method chains.

12 lines (11 loc) 360 B
export declare class Tween24Event { static readonly PLAY: string; static readonly MANUAL_PLAY: string; static readonly INIT: string; static readonly UPDATE: string; static readonly COMPLATE: string; static readonly PAUSE: string; static readonly RESUME: string; static readonly SKIP: string; static readonly STOP: string; }