贝儿谦
2017-10-10 09:42
求大神指教如何变为左右旋转? 我更改了代码 但是有些小瑕疵 !
.item:hover {
transform: translateZ(-50px) rotateY(180deg);
}
.item img {
transform: translateZ(0px);
}
.item .information {
transform: rotatey(180deg) translateZ(0px);
}
666
再来个精装版的
.item:hover {transform: translateZ(155px) rotatey(-90deg); }
.item .information{transform: rotatey(-90deg) translateZ(-155px) translatex(-155px);}
.item:hover img {transform:translatez(155px) translatex(-155px);}
.item:hover .information { transform:rotatey(90deg);}
问题有些含糊,没明白你具体问的什么?直接上代码?以及想要实现的效果
十天精通CSS3
242553 学习 · 2623 问题
相似问题