Skip to content

Hover Logic

The hover logic of the graph can be altered to allow for a different hover duration, easing function. For information on how to change the node color on hover, see the styling documentation.

Hover Duration

The hoverDuration option determines the time in milliseconds for the hover style to be fully applied to nodes, links and labels.

{
"hoverDuration": 200
}
hoverDuration 200

Hover Easer

The hoverEaser option determines the easing function used to apply the hover style to nodes, links and labels.

{
"zoomEase": "out_quad"
}