Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropdown exit Animation #538

Open
DLX23 opened this issue Apr 16, 2023 · 1 comment
Open

Dropdown exit Animation #538

DLX23 opened this issue Apr 16, 2023 · 1 comment

Comments

@DLX23
Copy link

DLX23 commented Apr 16, 2023

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

@leecollings-sb
Copy link

Generally, showing a dropdown on hover is an awful ideal (particularly when living in the world of 'mobile first').

But also, I tried applying this myself, and no animation shows for me. Just thought I'd mention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants