I have 2 CSS transformations I'm trying to do.
1 is a card that rotates down to reveal a card behind it. It works as expected in Firefox. In Chrome it works, but the card that slides down ends up behind other cards instead of in front of, and in Safari the slide works, but once it reaches the end of the animation most of the card disappears.
The other is your average "card flip". It works as expected in Firefox, has a flicker in Chrome (but eventually ends up looking right), and flickers in Safari and you end up seeing the front of the card after it's flipped.
Anyone have any suggestions on how to fix this?