UNPKG

@tsparticles/updater-tilt

Version:

tsParticles particles tilt updater

8 lines (7 loc) 177 B
import type { RangeValue } from "@tsparticles/engine"; export interface ITiltAnimation { decay: RangeValue; enable: boolean; speed: RangeValue; sync: boolean; }