UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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