UNPKG

@figliolia/ripples

Version:

WebGL ripples based on the clever work of Pim Schreurs

11 lines (10 loc) 310 B
import type { Callback } from "./types"; export declare class Animations { private static frame; private static callstack; static register(callback: Callback): string; static delete(ID: string): boolean; private static nextFrame; private static animate; private static closeLoop; }