亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

為什么我的perspective-origin設置為bottom。正方形卻還是按照默認的方式(perspective-origin:50% 50%;)翻轉。

<div?class="container">3</div>
.container{
????width:?300px;
????height:?300px;
????background:?#2B1919;
????margin:?50px?auto;
????text-align:?center;
????line-height:?300px;
????font-size:?250px;
????color:?#91A7A8;
}
.container{
????-webkit-perspective:0;
????-webkit-perspective-origin:bottom;
????-webkit-transform-style:perspective-3d;
????-moz-perspective:0;
????-moz-perspective-origin:bottom;
????-moz-transform-style:perspective-3d;
????perspective:0;
????perspective-origin:bottom;
????transform-style:perspective-3d;
????overflow:?hidden;
????transition:1s?ease-in-out?0.1s;
}
.container:hover{
????-webkit-transform:rotateX(90deg);
????/*?-webkit-transform:rotateY(90deg);?*/
????/*?-webkit-transform:rotateZ(90deg);?*/
????-moz-transform:rotateX(90deg);
????/*?-moz-transform:rotateY(90deg);
????-moz-transform:rotateZ(90deg);?*/
????transform:rotateX(90deg);
????/*?transform:rotateY(90deg);
????transform:rotateZ(90deg);?*/
}


正在回答

1 回答

有一種可能是瀏覽器的支持原因,這個屬性目前瀏覽器都不支持,但是chrome和safari支持替代的 -webkit-perspecitve-origin 屬性。

0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消

為什么我的perspective-origin設置為bottom。正方形卻還是按照默認的方式(perspective-origin:50% 50%;)翻轉。

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號