Skip to main content

Interface: ShowPassingFlashOptions

Defined in: animation/indication/ShowPassingFlash.ts:19

Extends

Extended by

Properties

color?

optional color: string

Defined in: animation/indication/ShowPassingFlash.ts:21

Color of the flash. Default: YELLOW


duration?

optional duration: number

Defined in: animation/Animation.ts:14

Duration of the animation in seconds (default: 1)

Inherited from

AnimationOptions.duration


rateFunc?

optional rateFunc: RateFunction

Defined in: animation/Animation.ts:16

Rate function controlling the animation's pacing (default: smooth)

Inherited from

AnimationOptions.rateFunc


shift?

optional shift: [number, number, number]

Defined in: animation/Animation.ts:18

Shift direction for fade animations

Inherited from

AnimationOptions.shift


strokeWidth?

optional strokeWidth: number

Defined in: animation/indication/ShowPassingFlash.ts:25

Stroke width of the flash. Default: DEFAULT_STROKE_WIDTH * 1.5


timeWidth?

optional timeWidth: number

Defined in: animation/indication/ShowPassingFlash.ts:23

Width of the flash as a proportion of the path (0-1). Default: 0.2