I'm pretty new to Angular animation system and I've manage to make a nice and fluid animation that works just fine on Chrome, but doesn't on Firefox and generate an anoying bug that doesn't refresh the view.
When you remove the width, flex and padding from the cardAnimation it triggers, maybe there is a better way to achieve this. I need this animation on an array that can add and remove items from it.
See stack here: https://stackblitz.com/edit/angular-flex-animate-firefox
Regards.