UNPKG

@tsparticles/updater-orbit

Version:

tsParticles particles orbit updater

10 lines (9 loc) 335 B
import type { IAnimatable, IAnimation, IOptionsColor, IValueWithRandom, RangeValue } from "@tsparticles/engine"; export interface IOrbit extends IAnimatable<IAnimation> { color?: string | IOptionsColor; enable: boolean; opacity: RangeValue; radius?: RangeValue; rotation: IValueWithRandom; width: RangeValue; }