Package Exports
- jquery-hoverintent
- jquery-hoverintent/jquery.hoverIntent.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jquery-hoverintent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
hoverIntent jQuery Plug-in
hoverIntent is a plug-in that attempts to determine the user's intent... like a crystal ball, only with mouse movement! It is similar to jQuery's hover method. However, instead of calling the handlerIn function immediately, hoverIntent waits until the user's mouse slows down enough before making the call.
Why? To delay or prevent the accidental firing of animations or ajax calls. Simple timeouts work for small areas, but if your target area is large it may execute regardless of intent. That's where hoverIntent comes in...
For more information, visit briancherne.github.io/jquery-hoverIntent.