interface ViewportMouseLeaveEvent extends TimelineEvent

Event generated when the mouse is moving outside the viewport.

Properties
clientX, clientY

Properties

clientX

Horizontal coordinate of the mouse pointer, relative to the browser page.

Type:
number
clientY

Vertical coordinate of the mouse pointer, relative to the browser page.

Type:
number