当前位置:网站首页>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>
边栏推荐
- The difference between SVG and canvas
- Leetcode 180 Consecutive numbers (2022.06.29)
- 终端便捷ssh(免密)连接
- Under what conditions does the Z-index attribute expire?
- Procedural animation -- inverse kinematics of tentacles
- Unity Logitech steering wheel access
- Configuration and use of controllers and routes in nestjs
- Revit二次开发---未打开项目使用面板功能
- Unit asynchronous jump progress
- Intellj idea jars projects containing external lib to other project reference methods - jars
猜你喜欢
Generate a slice of mesh Foundation
[vcs+verdi joint simulation] ~ take the counter as an example
VFPBS在IIS下调用EXCEL遇到的Access is denied
How does unity use mapbox to implement real maps in games?
RedisTemplate 常用方法汇总
Database base (Study & review for self use)
Force buckle 209 Minimum length subarray
Force buckle 59 Spiral matrix II
Unity + hololens common basic functions
Unity + hololens2 performance test
随机推荐
PWN入门(2)栈溢出基础
Writing unityshader with sublimetext
Procedural animation -- inverse kinematics of tentacles
Pycharm database tool
OpenGL draws model on QT platform to solve the problem of initializing VAO and VBO
Unity3d get screen width and height
Postman 做测试的 6 个常见问题
Records of some problems encountered during unity development (continuously updated)
Revit secondary development - use panel function without opening the project
Singleton mode in unity
RedisTemplate 常用方法汇总
Solution to Autowired annotation warning
力扣(LeetCode)180. 连续出现的数字(2022.06.29)
Redis cluster concept
Unity + hololens publishing settings
Unity ontriggerenter does not call
Unity3d- use animator and code to control task walking
2021-06-17 solve the problem of QML borderless window stretching, window jitter and flicker when stretching and shrinking
Unity3d realizes Google Digital Earth
Connect() and disconnect() of socket in C #