UNPKG

@tsparticles/move-parallax

Version:

tsParticles Parallax movement

7 lines (6 loc) 237 B
import { type IParticleMover, type Particle } from "@tsparticles/engine"; export declare class ParallaxMover implements IParticleMover { init(): void; isEnabled(particle: Particle): boolean; move(particle: Particle): void; }