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
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: