css3实现立方体旋转附源码

在这里插入图片描述

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>测试文档</title>
</head>
<style>
*{
margin: 0;
padding:0;
list-style:none;
border:0;
}
div{
width:200px;
height:200px;
border:1px dashed #000;
margin:100px auto;
}
ul{
width:200px;height:200px;	
position: relative;
transform-style: preserve-3d;
animation: sm 4s linear infinite;

}
@keyframes sm{
	form{transform: rotateX(0) rotateY(0) rotateX(0);}
to{transform: rotateZ(360deg) rotateX(360deg) rotateY(360deg)};
}
li{
width:200px;height:200px;	
position: absolute;
left: 0;
top: 0;
background:url(QQ图片20191210111156.jpg) no-repeat 0 0; 
}

li:nth-of-type(1){transform: translateZ(100px);}
li:nth-of-type(2){transform: rotateY(180deg) translateZ(100px);}
li:nth-of-type(3){transform: rotateY(89deg) translateZ(100px);}
li:nth-of-type(4){transform: rotateY(-89deg) translateZ(100px);}
li:nth-of-type(5){transform: rotateX(89deg) translateZ(100px);}
li:nth-of-type(6){transform: rotateX(-89deg) translateZ(100px);}



/*
li:nth-of-type(1) 选择器
transform转换 tra animation动画 infinite无限循环
alternate 轮流
rotate旋转


transition: all 3s linear匀速;
scale(int);放大

*/
/*section{
width:200px;
height:200px;
background:gold;
position: absolute;
left: 0;
top: 0;
animation: smallzhuang 5s linear infinite alternate;
}
@keyframes smallzhuang{
	0%{left:0;top 0;}
	25%{left:400px;top: 0;}
	50%{left:400px;top: 400px;}
	75%{left:0;top: 400px;}
	100%{left:0;top: 0;}
}
@-webkit-keyframes  smallzhuang{ /*兼容 Safari and Chrome*/
	0%{left:0;top 0;}
	25%{left:400px;top: 0;}
	50%{left:400px;top: 400px;}
	75%{left:0;top: 400px;}
	100%{left:0;top: 0;}
}*/
/*section:hover{transform:rotate(70deg);}*/

</style>
<body>

<div>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<!-- <section></section> -->
</body>
</html>

  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值