を適用した場合のクロムがZ-翻訳要素を平らにあなたは、このためのクロムの理由が何であるかを知っていますか?治療法はありますか?
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body style="perspective:500px">
<div style="
width:40px;
height:40px;
background: green;
padding: 30px;
transform: rotateY(50deg);
transform-style: preserve-3d">
<div style="
transform: translateZ(60px)">
content
</div>
</div>
<hr style="margin: 40px 0">
<div style="
opacity: .5;
width:40px;
height:40px;
background: green;
padding: 30px;
transform: rotateY(50deg);
transform-style: preserve-3d">
<div style="
transform: translateZ(60px)">
content
</div>
</div>
</body>
</html>
あなたはサファリのために-webkit-変換使うのですか? – Noni
@noni nope、ちょうどこの正確なコード。 – Birowsky
tryトランスフォーム:rotateY(50deg); -ms-transform:rotateY(50deg); -webkit-transform:rotateY(50deg); – Noni