码迷,mamicode.com
首页 > 移动开发 > 详细

CSS移动

时间:2015-02-09 07:02:55      阅读:540      评论:0      收藏:0      [点我收藏+]

标签:

#hand {
width: 170px;
height: 236px;
position: absolute;
top: 178px;
left: 390px;
background: url(‘http://p6.qhimg.com/d/360browser/20140909/hand_new.png‘) left top no-repeat;
}

.p5.current #hand {
top: 180px;
left: 286px;
-webkit-transition: all 800ms ease-in-out;
-moz-transition: all 800ms ease-in-out;
-ms-transition: all 800ms ease-in-out;
transition: all 800ms ease-in-out;
}

 

CSS移动

标签:

原文地址:http://www.cnblogs.com/q460021417/p/4280780.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!