Interface: HoverableOptions
Defined in: interaction/Hoverable.ts:7
Options for configuring hoverable behavior.
Properties
cursor?
optionalcursor:string
Defined in: interaction/Hoverable.ts:19
CSS cursor on hover, default 'pointer'
hoverColor?
optionalhoverColor:string
Defined in: interaction/Hoverable.ts:15
Color change on hover, or null for no change
hoverOpacity?
optionalhoverOpacity:number
Defined in: interaction/Hoverable.ts:17
Opacity change on hover, or null for no change
hoverScale?
optionalhoverScale:number
Defined in: interaction/Hoverable.ts:13
Scale factor on hover, default 1.1
onHoverEnd()?
optionalonHoverEnd: (mobject) =>void
Defined in: interaction/Hoverable.ts:11
Callback when hover ends
Parameters
mobject
Returns
void
onHoverStart()?
optionalonHoverStart: (mobject) =>void
Defined in: interaction/Hoverable.ts:9
Callback when hover starts
Parameters
mobject
Returns
void