I am looking for a "flip card" effect that behaves consistently across all browser, specifically, one that also works in IE11.
Something similar to flipping div with css3 presented in this:
https://jsfiddle.net/james2doyle/qsQun/I actually just need an animation that ends on the front-side.
I was playing with rotation, something like this:
animate({ transform: "r180, x, y" }, time) but could not achieve the above effect.
A working example or anything that can move me closer to achieve that would be much appreciated.