tsParticles - v4.0.0-beta.12
    Preparing search index...

    The sounds options

    interface ISounds {
        autoPlay: boolean;
        enable: boolean;
        events: ISoundsEvent[];
        icons: ISoundsIcons;
        volume: number | ISoundsVolume;
    }

    Implemented by

    Index

    Properties

    autoPlay: boolean

    Enables auto play

    enable: boolean

    Enables the sounds

    events: ISoundsEvent[]

    The sounds events

    The sounds icons

    volume: number | ISoundsVolume

    The sounds volume