/*---第一组动画---*/
.cartonGif_1{
position: absolute;
display: block;
background:url("img/haihangzhuanqu/0-1.png") no-repeat center center/100% 100% ;
-webkit-animation-name: charector-1;/* 动画名称 */
-webkit-animation-iteration-count: infinite;/* 动画无限播放 */
-webkit-animation-timing-function: step-start;/* 马上跳到动画每一结束桢的状态 */
-webkit-animation-duration: 950ms;/* 动画运行的时间 */
}
@-webkit-keyframes charector-1{
0% {background-position: 0 0;}
25% {background:url("img/haihangzhuanqu/0-1.png") no-repeat center center/100% 100%;}
50% {background:url("img/haihangzhuanqu/0-2.png") no-repeat center center/100% 100%;}
75% {background:url("img/haihangzhuanqu/0-3.png") no-repeat center center/100% 100%;}
100% {background:url("img/haihangzhuanqu/0-4.png") no-repeat center center/100% 100%;}
}
/*---第二组动画---*/
.cartonGif_2{
position: absolute;
display: block;
background:url("img/haihangzhuanqu/1-1.png") no-repeat center center/100% 100%;
-webkit-animation-name: charector-2;/* 动画名称 */
-webkit-animation-iteration-count: infinite;/* 动画无限播放 */
-webkit-animation-timing-function: step-start;/* 马上跳到动画每一结束桢的状态 */
-webkit-animation-duration: 950ms;/* 动画运行的时间 */
}
@-webkit-keyframes charector-2{
0% {background-position: 0 0;}
25% {background:url("img/haihangzhuanqu/1-1.png") no-repeat center center/100% 100%;}
50% {background:url("img/haihangzhuanqu/1-2.png") no-repeat center center/100% 100%;}
75% {background:url("img/haihangzhuanqu/1-3.png") no-repeat center center/100% 100%;}
100% {background:url("img/haihangzhuanqu/1-4.png") no-repeat center center/100% 100%;}
}

最新文章

  1. Github上的PHP资源汇总大全
  2. storysnail的Windows串口编程笔记
  3. ionic + cordova 使用 cordova-plugin-crosswalk-webview 中的一些个坑
  4. switch(面试)
  5. sublime快捷键整理
  6. poj-3255-Roadblocks-路径可重复次短路
  7. 05.pathinfo的两种模式与模版和控制器之间的关系
  8. Ubuntu下使用ap-hotspot出现“Another process is already running"问题的解决方案
  9. Spring Boot 启动原理分析
  10. ASP.NET,Razor语句中@符号的意义
  11. 2.css字体单位
  12. 微信小程序开发之选项卡
  13. 2. React JSX语法及特点介绍
  14. 实例分析Vue.js中 computed和methods不同机制
  15. ReactiveX 学习笔记(24)使用 RxCpp + C++ REST SDK 调用 REST API
  16. (cx_Oracle.DatabaseError) DPI-1047: 64-bit Oracle Client library cannot be loaded: "libclntsh.so: cannot open shared object file: No such file or directory"
  17. 两个约束下的dp问题
  18. EF 更新实体 The instance of entity type 'BabyEvent' cannot be tracked because another instance
  19. Python自动化开发 - 常用模块(二)
  20. hibernate 验证异常 javax.validation.UnexpectedTypeException: HV000030: No validator could be found for constraint

热门文章

  1. 13test06:花朵数
  2. NumPy的array
  3. MySQL各个版本区别
  4. 11gR2数据库日志报错:Fatal NI connect error 12170、
  5. 就地交叉数组元素[a1a2b1b2]->[a1b1a2b2]
  6. LA 4727
  7. POJ 2017
  8. ExtJs之工具栏及菜单栏
  9. POJ2402/UVA 12050 Palindrome Numbers 数学思维
  10. 如何修改Linux系统的TTL值