Function: makeHoverable()
makeHoverable(
mobject,scene,options?):Hoverable
Defined in: interaction/Hoverable.ts:226
Factory function to make a mobject hoverable.
Parameters
mobject
The mobject to add hover effects to
scene
The scene containing the mobject
options?
Hoverable configuration options
Returns
A new Hoverable instance