movableink / ember-pop-over

A pop-over component for Ember apps
MIT License
15 stars 22 forks source link

Can I use hover intent for better interaction with dropdown menus? #37

Open jakemauer opened 7 years ago

jakemauer commented 7 years ago

Currently I have some menus appearing on hover using [hover, hold] but due to the space between the activator button and the dropdown menu, if you're not quick the menu will disappear before your mouse pointer gets there.

Is there a way to utilize the existing hover intent service for this purpose?

tim-evans commented 7 years ago

Yes! You can make the hover intent smarter by detecting wether you're moving the cursor towards the pop over.

tim-evans commented 7 years ago

(PRs welcome)