If you visit this webpage, in your laptop/mac the animation works as it should, but if you visit it using your android phone (I tested it in Android 2.3) you will notice a flicker in the animation!
Being aware of the backface-visibility
but it has no effect :(
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
Any suggestions to get it working on Android (this is actually meant as a game for PhoneGap app).
Does it have anything to do with Anglularjs animate/ngShow?