当前位置:网站首页>3D rotation album
3D rotation album
2022-06-30 05:15:00 【-iLu】
.box img:nth-child(1){-webkit-transform: rotate(0deg) translateZ(200px);}
.box img:nth-child(2){-webkit-transform: rotateY(90deg) translateZ(200px);}
.box img:nth-child(3){-webkit-transform: rotateY(-90deg) translateZ(200px);}
.box img:nth-child(4){-webkit-transform: rotateY(180deg) translateZ(200px);}
.box img:nth-child(5){-webkit-transform: rotateX(90deg) translateZ(200px);}
.box img:nth-child(6){-webkit-transform: rotateX(-90deg) translateZ(200px);}
/* @keyframes text1{
0%,5%{-webkit-transform: rotateY(90deg);}
20%,25%{-webkit-transform: rotateY(180deg);}
40%,45%{-webkit-transform: rotateY(270deg);}
60%,65%{-webkit-transform: rotateX(-90deg);}
80%,85%{-webkit-transform: rotateX(0deg);}
95%,100%{-webkit-transform: rotateX(90deg);}
} */
@keyframes text1{
0%{-webkit-transform: rotateX(0deg) rotateY(0deg);}
25% {-webkit-transform: rotateX(110deg)rotateY(-30deg);}
50% {-webkit-transform: rotateX(60deg)rotateY(90deg);}
75% {-webkit-transform: rotateX(10deg)rotateY(120deg);}
100% {-webkit-transform:rotateX(-90deg)rotateY(-20deg);}
}
</style>
</head>
<body>
<!--
1.
<div class="book">
<img src="../WEB/image/20.jfif" class="text">
<img src="../WEB/image/22.jfif">
</div> -->
<div class="box">
<img src="../image/23.jfif">
<img src="../image/24.webp">
<img src="../image/25.webp">
<img src="../image/21.jfif">
<img src="../image/20.jfif">
<img src="../image/22.jfif" >
</div>
边栏推荐
- Unity3d realizes Google Digital Earth
- 中文版PyCharm改为英文版PyCharm
- Force buckle 27 Removing Elements
- Log writing specification
- Configuration and use of controllers and routes in nestjs
- mmcv常用API介绍
- Does the tester need to analyze the cause of the bug?
- 2021-06-17 solve the problem of QML borderless window stretching, window jitter and flicker when stretching and shrinking
- C # uses monopinvokecallback to directly call back C # function
- Ripple effect of mouse click (unity & shader)
猜你喜欢
随机推荐
[notes] unity webgl input Chinese
Unity limited time use limited trial time and use times
[notes] unity Scrollview button page turning
14x1.5cm竖向标签有点难,VFP调用BarTender来打印
Rotation, translation and scaling of unity VR objects
LXC 和 LXD 容器总结
2021-06-17 solve the problem of QML borderless window stretching, window jitter and flicker when stretching and shrinking
Virtual and pure virtual destructions
Records of problems encountered in unity + hololens development
How to install win7 on AMD Ruilong CPU A320 series motherboard
Initial environment configuration of the list of OpenGL super classic (version 7) vs2019
Oracle-数据的基本操作
Special folders in unity3d and their meanings
产生 BUG 测试人员需要自己去分析原因吗?
Chapter 10 of OpenGL super classic (7th Edition) calculation shader
Very nervous. What should I do on the first day of software testing?
How can the international trading platform for frying US crude oil guarantee capital security?
Unity camera control
Nestjs配置静态资源,模板引擎以及Post示例
Introduction to Redux: initial experience of Redux







