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) 358 B
import type { IParallax } from "../../../../Interfaces/Options/Interactivity/Events/IParallax"; import type { RecursivePartial } from "../../../../Types/RecursivePartial"; export declare class Parallax implements IParallax { enable: boolean; force: number; smooth: number; constructor(); load(data?: RecursivePartial<IParallax>): void; }