interface _PulsePingOptions {
    color2?: string;
    rings?: number;
}

Properties

Properties

color2?: string

The alternate color that the rings begin at. Use white for a 'flashing' effect.

rings?: number

The number of rings used in the animation.