I'm currently working on creating a small browser-based game and I've been experimenting with animations to get the desired effect.
So far, the animation works well in Opera and Edge, although there is a slight cropping issue in Edge. Unfortunately, as expected, Internet Explorer is not cooperating.
The example doesn't display the function perfectly, even though it usually functions correctly in my preferred browser, Opera.
The goal is for the card to flip from its absolute position, expand to 90% height, and move to the center of the screen. Since there will be multiple cards with absolute positions, an ideal scenario would involve only one animation to move them to the center.
Thank you!