UNPKG

@tsparticles/updater-rotate

Version:

tsParticles particles rotate updater

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