UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 219 B
/** * @this View * @param {number} alpha * @param {number} scale * @ignore */ export function updateAnimationState(this: View, alpha: number, scale: number): void; //# sourceMappingURL=updateAnimationState.d.ts.map