Skip to content

hoverIntent #258

@Iheartweb

Description

@Iheartweb

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'
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions