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
When enabling CSS3 Animation-based open/close animations for dropdowns, it appears that only the "transitioning in" animation plays correctly for the dropdown, and that itself only plays correctly on the initial open, for each dropdown instance.
After that, the dropdown shows/hides immediately on open/close with no animation/transition.
Here is the SASS I am currently using to enable animations (based on the Animations doc example css):
This issue is also present on the documentation site on the "Animations" page, tested on latest version of Chrome (Mac and Windows) as well as Mac Safari and Mac Firefox:
I've dones some investigations into this, it seems the will-destroy modifier is not being called until after the dropdown is removed from the dom, which breaks the first transition out and the classes for subsequent transitions.
When enabling CSS3 Animation-based open/close animations for dropdowns, it appears that only the "transitioning in" animation plays correctly for the dropdown, and that itself only plays correctly on the initial open, for each dropdown instance.
After that, the dropdown shows/hides immediately on open/close with no animation/transition.
Here is the SASS I am currently using to enable animations (based on the Animations doc example css):
This issue is also present on the documentation site on the "Animations" page, tested on latest version of Chrome (Mac and Windows) as well as Mac Safari and Mac Firefox:
https://ember-basic-dropdown.com/docs/animations/
(as well as the ember-power-select animations doc page: https://ember-power-select.com/cookbook/css-animations/)
The text was updated successfully, but these errors were encountered: