Skip to content

gthmb/raphael.set.hoverset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

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/)

About

plugin extending the Set object with global mouse over/out events - suppresses over/out events when mousing over overlapping children in a set

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors