|
楼主 |
发表于 2024-11-10 10:57:50
|
显示全部楼层
IP:
本帖最后由 风清 于 2024-12-11 19:10 编辑
谢谢月妹雅赏鼓励!即兴学习制作吧!
上午好!
.container0 {
margin: 50px auto;
width: 1194px;box-shadow: 0px 0px 0px 2px #cccccc, 0px 0px 0px 14px #880000; overflow: hidden;
height: 2585px;
border: 1px solid;
background: #333 url('https://pic.imgdb.cn/item/67595a63d0e0a243d4e1c8ad.jpg') no-repeat center/cover; overflow: hidden;
position: relative;
}
.photo {
position: absolute;
width: 100%;
height: 100%;transform: scale3d(0,0,-300) skew(0,60deg);
animation: round 32s infinite;
opacity: 0;
}
@keyframes round {
5% {opacity: 1;}
12% {opacity: 1;transform: scale(1)}
18% {opacity: 0;transform: scale(3)}
}
img:nth-child(1) {animation-delay: 28s;}
img:nth-child(2) {animation-delay: 24s;}
img:nth-child(3) {animation-delay: 20s;}
img:nth-child(4) {animation-delay: 16s;}
img:nth-child(5) {animation-delay: 12s;}
img:nth-child(6) { animation-delay: 8s;}
img:nth-child(7) {animation-delay: 4s;}
img:nth-child(8) {animation-delay: 0s;}
|
|