Is the event triggered continuously whenever the mouse is not hovering over the element? Or is it a one-time action when the mouse exits the element? This distinction is crucial for me to determine when the mouse pointer leaves the element, while only wanting to know when it re-enters. I want to avoid my script running repeatedly while the mouse pointer is away from the element.