本篇文章為大家展示了CSS3中怎么實(shí)現(xiàn)立方體自轉(zhuǎn)效果 ,內(nèi)容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細(xì)介紹希望你能有所收獲。
創(chuàng)新互聯(lián)成都網(wǎng)站建設(shè)專業(yè)公司,是成都網(wǎng)站開發(fā)公司,為服務(wù)器租用提供網(wǎng)站建設(shè)服務(wù),有成熟的網(wǎng)站定制合作流程,提供網(wǎng)站定制設(shè)計(jì)服務(wù):原型圖制作、網(wǎng)站創(chuàng)意設(shè)計(jì)、前端HTML5制作、后臺程序開發(fā)等。成都網(wǎng)站改版熱線:028-86922220
先是HTML 一個父div包含四個絕對定位的div
1234
首先,一個靜態(tài)的立方體
.face:nth-child() { -webkit-transform: /*rotateY(deg)*/ translateZ(.em /* half the side length, em in this case */); } .face:nth-child() { -webkit-transform: rotateY( deg) translateZ(.em); } .face:nth-child() { -webkit-transform: rotateY(deg) translateZ(.em); } .face:nth-child() { -webkit-transform: rotateY(deg) translateZ(.em); }
讓立方體轉(zhuǎn)起來
.cube--ani { -webkit-animation: rot s linear infinite; } @-webkit-keyframes rot { to { -webkit-transform: rotateY(-deg) rotateX(deg); } }
上述內(nèi)容就是CSS3中怎么實(shí)現(xiàn)立方體自轉(zhuǎn)效果 ,你們學(xué)到知識或技能了嗎?如果還想學(xué)到更多技能或者豐富自己的知識儲備,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道。