ember-basic-dropdown icon indicating copy to clipboard operation
ember-basic-dropdown copied to clipboard

Transition animation doesn't reset after closing/reopening

Open kevinkucharczyk opened this issue 3 years ago • 1 comments

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.

kevinkucharczyk avatar May 20 '21 01:05 kevinkucharczyk

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/

denzo avatar Jun 03 '21 11:06 denzo