当前位置:网站首页>3D mobile translate3d
3D mobile translate3d
2022-06-27 10:11:00 【m0_ forty-nine million four hundred and seventy-one thousand si】
3D We mainly study the most commonly used 3D Displacement and 3D rotate
Main knowledge points
- 3D Displacement :translate3d(xy,z)
- 3D rotate : rotate3d(xy,)
- perspective : perspective
- 3D present : transfrom- style
- Two 、3D Move translate3d
3D Move in 2D On the basis of movement, an additional direction that can be moved is added , Namely z Axis direction .
translform: translateX(100px): Just in x Move on the axis
translform: translateY(100px): Just in Y Move on the axis
translform: translateZ(100px): Just in Z Move on the axis ( Be careful : translateZ It's usually used px Work unit )
transform: translate3d(x,y,z): among x、y、z Refer to the distance in the direction of the axis to be moved
Be careful :translateZ Along Z Axis movement
translateZ The following units are usually followed by px
translateZ(100px) Move outward 100px( Moving towards our eyes )
No effect can be seen at present , It needs to be used with perspective
transform: translateX(100px) translateY(100px) translateZ(100px); transform: translate3d(100px,100px,100px);
边栏推荐
猜你喜欢
leetcode:968. Monitor the binary tree [tree DP, maintain the three states of each node's subtree, it is very difficult to think of the right as a learning, analogous to the house raiding 3]
Win10 shortcut key sorting
Es update values based on Index Names and index fields
[system design] proximity service
Your brain is learning automatically when you sleep! Here comes the first human experimental evidence: accelerate playback 1-4 times, and the effect of deep sleep stage is the best
[200 opencv routines] 212 Draw a slanted rectangle
使用aspose-slides将ppt转pdf
C language learning day_ 06
产品力对标海豹/Model 3,长安深蓝SL03预售17.98万起
细说物体检测中的Anchors
随机推荐
leetcode:522. Longest special sequence II [greed + subsequence judgment]
C apprentissage des langues - jour 12.
【报名】基础架构设计:从架构热点问题到行业变迁 | TF63
软交换呼叫中心系统的支撑系统
js的数组拼接「建议收藏」
队列,双向队列,及其运用
Reorganize common shell scripts for operation and maintenance frontline work
TCP/IP 详解(第 2 版) 笔记 / 3 链路层 / 3.4 桥接器与交换机 / 3.4.1 生成树协议(Spanning Tree Protocol (STP))
C# Any()和AII()方法
audiotrack与audioflinger
C语言学习-Day_05
Advantages and disadvantages of distributed file storage system
mysql数据库汉字模糊查询出现异常
使用Karmada实现Helm应用的跨集群部署【云原生开源】
Comparison between new and old interfaces
R語言plotly可視化:可視化多個數據集歸一化直方圖(historgram)並在直方圖中添加密度曲線kde、設置不同的直方圖使用不同的分箱大小(bin size)、在直方圖的底部邊緣添加邊緣軸須圖
Bluetooth health management device based on stm32
Xiaobai can also understand how the basic network 03 | OSI model works (classic push)
R langage plotly visualisation: visualisation de plusieurs histogrammes normalisés d'ensembles de données et ajout d'une courbe de densité KDE à l'histogramme, réglage de différents histogrammes en ut
unity--newtonsoft. JSON parsing