gthmb/raphael.set.hoverset
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Manages the over/out mouse handlers of an entire set. It treats the set more like a single element than a set of individual elements. Mousing between overlapping set elements will not fire the mouse over/out functions - they will only be fired when the user's cursor enters/leaves the entire set. There is the option to set a delay on mouse out, that will wait a the supplied number of milliseconds before firing the out handler. If the user happens to mouse back onto the set before the delay elapses, then the out handler is suppressed. Requires rapheal.js (https://github.com/DmitryBaranovskiy/raphael) to be included before loading this plugin. [example page](http://jsfiddle.net/gthmb/h4nBx/)