博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CSS移动
阅读量:5140 次
发布时间:2019-06-13

本文共 435 字,大约阅读时间需要 1 分钟。

#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;
}

 

转载于:https://www.cnblogs.com/q460021417/p/4280780.html

你可能感兴趣的文章
重拾MVC——第一天:数据库连接与SqlDbHelper
查看>>
jmeter学习(一)认识
查看>>
swipe js bug
查看>>
mysql绑定参数bind_param原理以及防SQL注入
查看>>
#Leetcode# 237. Delete Node in a Linked List
查看>>
交叉编译zookeeper的C库
查看>>
电视盒子和网线选择
查看>>
发现一sonar-runner bug
查看>>
SpringBoot整合SpringData和Mysql数据库
查看>>
C++ 构造函数后加冒号
查看>>
centos7下安装mysql8.0
查看>>
npm源设置
查看>>
eclipse中定位引用的源码
查看>>
windows之电脑开机出现 this product is covered by one or more of the following prtents
查看>>
数据库冗余是否必要
查看>>
split()分割字符串用法
查看>>
modish产品介绍
查看>>
servlet 启动加载配置文件及初始化
查看>>
Beautiful Soup模块
查看>>
实验四
查看>>