transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
I just cant figure out why do we really need to define the webkit and moz? if the first line of code still do exactly the same? I can't find an in-depth answer regarding this.