I am currently diving into the world of Angular animations and I successfully created a smooth animation that works perfectly on Chrome. However, it seems to be encountering some issues on Firefox resulting in a frustrating bug that prevents the view from refreshing.
One workaround is to eliminate the width, flex, and padding properties from the cardAnimation which may be triggering the issue. I am open to exploring better approaches to achieve the desired animation effect, especially since it needs to work with an array where items are dynamically added and removed.
If anyone has any suggestions or insights, feel free to check out the stack here: https://stackblitz.com/edit/angular-flex-animate-firefox
Thank you in advance.