为了账号安全,请及时绑定邮箱和手机立即绑定

transform:translate 什么意思

transform:translate 什么意思

ljgty 2016-07-25 17:45:06
 <!doctype html><html><head><meta charset="utf-8"><title>无标题文档</title><style type="text/css">*{margin:0;padding:0;}.wrap{ width:400px; height:200px; position:relative;border:2px solid #999; overflow:hidden;}.col{ width:400px; height:200px; position: absolute; z-index:1; background:#272727; opacity:0; text-align:center;}p a{font-size:20px; font-family:"微软雅黑"; text-decoration:none; color:#fff; line-height:500px;}.wrap:hover .col{transition:all 1s ease-in-out;opacity:0.8; }.wrap .col a{transform:translate(0,0px); display:block;}.wrap:hover .col a{ transform:translate(0,-100px); -webkit-transform:translate(0,-100px);transition:all 1s ease; -webkit-transition:all 1s ease;}.wrap:hover img{ transform:scale(1.2); transition:all 1s linear;}</style></head><body><div class="wrap"><div class="col"><p><a href="#">《带你回来.mp3》</a></p></div><img src="../css3/h5.jpg" width="400" height="200" alt="121"/></div></body></html>
查看完整描述

2 回答

?
blovetu

TA贡献319条经验 获得超234个赞

含义:变动,位移;如下表示向右位移120像素,如果向上位移,把后面的“0”改个值就行,向左向下位移则为负“-”。

.demo_transform4{

    -webkit-transform:translate(120px,0);

    -moz-transform:translate(120px,0)

}

查看完整回答
1 反对 回复 2016-07-26
?
刚毅87

TA贡献345条经验 获得超309个赞

transform:translate (50px,100px),向右偏移50px, 向下偏移100px;


查看完整回答
反对 回复 2016-07-25
  • 2 回答
  • 0 关注
  • 3672 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信