UNPKG

tsparticles

Version:

Easily create highly customizable particle 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.

18 lines (17 loc) 621 B
import type { Container } from "../../Core/Container"; import { Particle } from "../../Core/Particle"; import type { IExternalInteractor } from "../../Core/Interfaces/IExternalInteractor"; export declare class Bubbler implements IExternalInteractor { private readonly container; constructor(container: Container); isEnabled(): boolean; reset(particle: Particle, force?: boolean): void; interact(): void; private singleSelectorHover; private process; private clickBubble; private hoverBubble; private hoverBubbleSize; private hoverBubbleOpacity; private hoverBubbleColor; }