interface PingOptions {
    duration: number;
    size: number;
    color: string;
    name: string;
}

Properties

Properties

duration: number

The duration of the animation in milliseconds.

size: number

The size of the ping graphic.

color: string

The color of the ping graphic.

name: string

The name for the ping animation to pass to CanvasAnimation.animate.