Skip to main content

Interface: ShowPassingFlashWithThinningStrokeWidthOptions

Defined in: animation/indication/ShowPassingFlashWithThinningStrokeWidth.ts:17

Extends

Properties

color?

optional color: string

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

Color of the flash. Default: YELLOW

Inherited from

ShowPassingFlashOptions.color


duration?

optional duration: number

Defined in: animation/Animation.ts:14

Duration of the animation in seconds (default: 1)

Inherited from

ShowPassingFlashOptions.duration


minStrokeWidthRatio?

optional minStrokeWidthRatio: number

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

Minimum stroke width at the tail (proportion of strokeWidth). Default: 0.1


rateFunc?

optional rateFunc: RateFunction

Defined in: animation/Animation.ts:16

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

Inherited from

ShowPassingFlashOptions.rateFunc


shift?

optional shift: [number, number, number]

Defined in: animation/Animation.ts:18

Shift direction for fade animations

Inherited from

ShowPassingFlashOptions.shift


strokeWidth?

optional strokeWidth: number

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

Stroke width of the flash. Default: DEFAULT_STROKE_WIDTH * 1.5

Inherited from

ShowPassingFlashOptions.strokeWidth


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

Inherited from

ShowPassingFlashOptions.timeWidth