-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Milestone
Description
We have gotten a request to have a hoverIntent event. See: http://cherne.net/brian/resources/jquery.hoverIntent.html
Here are a few config ideas:
'Button:State:' {
on: 'hover',
//states: 'active, inactive' -- this is the default states configuration.
}
'Button:State:' {
on: 'hover',
states: 'opened, closed'//states default to
}
'Button:State:' {
on: 'hoverIntent',
states: 'opened, closed'
}
'Button:State:' {
on: {
event: 'hoverIntent',
timeout: 500,
sensitivity: 7
interval: 100
}
states: 'opened, closed'
}Reactions are currently unavailable