UNPKG

tsparticles

Version:

Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.

17 lines (16 loc) 560 B
import { ExternalInteractorBase } from "../../../Core"; import type { Container } from "../../../Core"; import type { Particle } from "../../../Core"; export declare class Bubbler extends ExternalInteractorBase { constructor(container: Container); isEnabled(): boolean; reset(particle: Particle, force?: boolean): void; interact(): Promise<void>; private singleSelectorHover; private process; private clickBubble; private hoverBubble; private hoverBubbleSize; private hoverBubbleOpacity; private hoverBubbleColor; }