A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
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
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