for the Mouse Over Interaction is it possible to have a delay (for debounce purposes) before the popover appears? i.e. Instead of the content showing up immediately, a user has to hover for about 800ms before the popover shows up.
Transition duration doesn't work because that just delays the animation, an 800ms transitionDuration just makes the fade come in over 800ms.
for the Mouse Over Interaction is it possible to have a delay (for debounce purposes) before the popover appears? i.e. Instead of the content showing up immediately, a user has to hover for about 800ms before the popover shows up.
Transition duration doesn't work because that just delays the animation, an 800ms transitionDuration just makes the fade come in over 800ms.