css - When i try to flip images with`transform: rotateY(60deg);` it will not flip 60deg -


when try flip images withtransform: rotatey(60deg); not flip 60deg 0deg. using google chrome bug or...?

i has set styles on image class ig. work image class?

thanks, pascal gerrist

google chrome webkit browser. have user prefix css3 codes.

and code :

-webkit-transform: rotatey(60deg); 

demo : jsfiddle


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -