Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouseover delay #60

Closed
wants to merge 7 commits into from
Closed

Mouseover delay #60

wants to merge 7 commits into from

Conversation

amclin
Copy link

@amclin amclin commented Mar 31, 2017

This allows for setting a timeout not just for the mouseout delay, but also a mouseover delay.

  • Leave timeout unset, no change in behavior, (same as timeout=0)
  • Set timeout to single number, no change in behavior, timeout only applies to mouseout delay
    • { timeout: 500 }
  • Set timeout to an array, the first value will be used for mouseenter delay, the second value will be used for mouseout delay
    • { timeout: [250,500] }

@usmonster
Copy link
Collaborator

Closing pending further discussion on #6. (See also #61.)

@usmonster usmonster closed this Jan 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants