移動web之空間轉(zhuǎn)換
時間:2023-05-06 20:42:01 | 來源:網(wǎng)站運(yùn)營
時間:2023-05-06 20:42:01 來源:網(wǎng)站運(yùn)營
移動web之空間轉(zhuǎn)換:空間轉(zhuǎn)換
目標(biāo):使用transform屬性實(shí)現(xiàn)元素在空間內(nèi)的位移、旋轉(zhuǎn)、縮放等效果
空間:是從坐標(biāo)軸角度定義的。 x 、y 和z三條坐標(biāo)軸構(gòu)成了一個立體空間,z軸位置與視線方向相同。
空間轉(zhuǎn)換也叫3D轉(zhuǎn)換
屬性:transform
目標(biāo):使用translate實(shí)現(xiàn)元素空間位移效果
語法
transform: translate3d(x, y, z);
transform: translateX(值);
transform: translateY(值);
transform: translateZ(值);
取值(正負(fù)均可)
像素單位數(shù)值
百分比
關(guān)鍵詞:轉(zhuǎn)換,空間,移動