UNPKG

tsparticles

Version:

Porting of the abandoned Vincent Garreau's particles.js, converted in TypeScript. Added many new cool features and various bug fixes.

10 lines (9 loc) 375 B
import type { IRotateAnimation } from "../../../Interfaces/Options/Particles/IRotateAnimation"; import type { RecursivePartial } from "../../../Types/RecursivePartial"; export declare class RotateAnimation implements IRotateAnimation { enable: boolean; speed: number; sync: boolean; constructor(); load(data?: RecursivePartial<IRotateAnimation>): void; }