From f712818cb607abe2398885eedb1c6d63d9c2da6b Mon Sep 17 00:00:00 2001 From: louisameline Date: Fri, 24 Mar 2017 10:07:23 +0100 Subject: [PATCH] typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d42851b..6eb6a6d 100644 --- a/index.html +++ b/index.html @@ -1411,7 +1411,7 @@

Event types

repositioned happens after Tooltipster repositioned of the tooltip. The event has a special event.position with positioning information.

-

scroll happens whenever a parent of the origin is scrolled. The native scroll event is passed as event.event. If the scroll event was triggered on another element than the window, a special event.geometry property gives you information about the page and the origin.

+

scroll happens whenever a parent of the origin is scrolled. The native scroll event is passed as event.event. If the scroll event was triggered on another element than the window, a special event.geo property gives you information about the page and the origin.

start happens when the mouseenter or touchstart open triggers are used and that the origin gets mouseover/touched. The event has a special event.stop property which is a function you may call to prevent the tooltip from opening.