You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have animation on hover, that works pretty good: .menu-item.dropdown:hover>.dropdown-menu{ display:block !important; } .dropdown-menu { animation: flipInX 1s ease-in-out both; }
Steps to reproduce the issue:
hover over dropdown nav
What I expected:
i want exit animation when dropdown disappear. So animation is on both hover and on hoverout
What happened instead:
it hides instantly
The text was updated successfully, but these errors were encountered:
i have animation on hover, that works pretty good:
.menu-item.dropdown:hover>.dropdown-menu{ display:block !important; } .dropdown-menu { animation: flipInX 1s ease-in-out both; }
Steps to reproduce the issue:
hover over dropdown nav
What I expected:
i want exit animation when dropdown disappear. So animation is on both hover and on hoverout
What happened instead:
it hides instantly
The text was updated successfully, but these errors were encountered: