UNPKG

@lightningjs/renderer

Version:
8 lines (7 loc) 286 B
import { CoreAnimation } from './CoreAnimation.js'; export declare class AnimationManager { activeAnimations: Map<number, CoreAnimation>; registerAnimation(animation: CoreAnimation): void; unregisterAnimation(animation: CoreAnimation): void; update(dt: number): void; }