Support view.hover hoverSet and leaveSet arguments.
See original GitHub issueCurrently hover
option is a boolean, which triggers view.hover
by default.
view.hover
supports two arguments, hoverSet and leaveSet.
I’d like to use vega-embed
with ember-vega
, but require the support of hoverSet
and leaveSet
as an option.
In ember-vega
, enableHover
is the option that would trigger view.hover
. enableHover
can be a boolean or an object with hoverSet
and leaveSet
properties.
@domoritz what are your thoughts around making hover
option either a boolean or an object?
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
hover - CSS: Cascading Style Sheets - MDN Web Docs
The :hover CSS pseudo-class matches when the user interacts with an element with a pointing device, but does not necessarily activate it.
Read more >.hover() | jQuery API Documentation
A function to execute when the mouse pointer leaves the element. The .hover() method binds handlers for both mouseenter and mouseleave events.
Read more >Solving Sticky Hover States with @media (hover - CSS-Tricks
The solution, or trick, is a new(ish) “CSS4” media query that allows you only to apply styles on devices with hover capability. @media...
Read more >Creating hover events with SyntheticEvent and React Hover
Power up your React hover events with this deep dive into two workarounds: SyntheticEvent and React Hover, a new npm package.
Read more >On a CSS hover event, can I change another div's styling?
Using flexbox, you can hover other elements even if they (appear to) be placed before the hovered one in the DOM. See my...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@GCheung55 this month?
Done