tsParticles - v0.0.0
    Preparing search index...

    [[include:Options/Interactivity/Hover.md]]

    interface IHoverEvent {
        enable: boolean;
        mode: SingleOrMultiple<string>;
    }

    Implemented by

    Index

    Properties

    Properties

    enable: boolean

    This property is used to enable or disable the event.

    mode: SingleOrMultiple<string>

    This property contains a click mode value or an array of those values. If this value is an array, every mode will be used on click.