I\'m building a simple example to flip a card using the -webkit-transform: rotateY property.
-webkit-transform: rotateY
It was working fine a couple of days ago, but all of a sudd
Just put this -webkit-transform:rotateY(0deg);, you need to tell the browser which is the front face first.
-webkit-transform:rotateY(0deg);