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

Transition animation doesn't reset after closing/reopening #615

Open
kevinkucharczyk opened this issue May 20, 2021 · 1 comment · Fixed by simplepractice/ember-basic-dropdown#1

Comments

@kevinkucharczyk
Copy link

This can be seen even in the docs: https://ember-basic-dropdown.com/docs/animations/

The transitioning--in etc classes don't get reset after the first render. When the dropdown content first renders, it animates correctly, but on subsequent renders there is no animation - it appears instantly.

Here'a a screencast:
2021-05-20 11-27-10 2021-05-20 11_27_30

You can see how on the first click in smoothly animates in, but after that it doesn't.

There also doesn't seem to be a transitioning-out animation, even though it's defined in the CSS.

@denzo
Copy link
Contributor

denzo commented Jun 3, 2021

Yes, I am experiencing the same in ember-power-select as it uses this addon under the hood.

Can't find dropdown--transitioning-out in the codebase at all also.

Same problem in this example https://ember-power-select.com/cookbook/css-animations/

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