.page3_ship{

background:url(../image/boat_02.png) 0 center no-repeat;
background-size: 486px 385px;
position:absolute;bottom:0;left:50%;margin-left:-121.5px;width:243px;height:385px;}

当两个类名同时存在时生效
.page3_ship.animate{
-webkit-animation: 1s animate_page3ship steps(2) infinite;
}

规定动画各个阶段的状态和动画名字
@-webkit-keyframes animate_page3ship{
0%{background-position: 0 0;}
100%{background-position: -486px 0;}
}

最新文章

  1. Autofac 的点滴
  2. javaMd5加密
  3. iOS网络请求之multipart/form-data提交数据
  4. python 字符串分割
  5. javascript判断回文数
  6. POJ 1468
  7. Ajax异步请求-简单模版
  8. cocos2dx中的层CCLayer
  9. java web中jsp连接mysql数据库 以及数据库连接池的使用
  10. css(二) block,inline和inline-block概念和区别
  11. SpringMVC简版教程、部分功能
  12. (Matlab)GPU计算所需的配置
  13. 指令-arContentedit-可编辑的高度自适应的div
  14. Beta冲刺第五天
  15. Halcon中模板匹配方法的总结归纳
  16. Array数组集合的排序
  17. [PHP]更新中间关联表数据的两种思路
  18. UWP开发---抓包分析
  19. day 26
  20. Soapui groovy 加载外部property文件

热门文章

  1. python字符串内建函数
  2. spring boot cloud
  3. html 打电话 发短信
  4. 1-MAVEN 仓库
  5. 使用DDMS查看设备内的文件系统
  6. 手动配置 Windows 时间服务
  7. oracle查看编码以及修改编码
  8. (C/C++学习笔记) 六. 表达式
  9. [Leetcode 135]糖果分配 Candy
  10. core1.1 升级到 2.0