博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
css3 切换贞动画的效果,仿gif效果
阅读量:6531 次
发布时间:2019-06-24

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

/*---第一组动画---*/    .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%;} }

 

转载于:https://www.cnblogs.com/Kummy/p/4882315.html

你可能感兴趣的文章
首届“欧亚杯”象翻棋全国团体邀请赛圆满收评!
查看>>
编译tomcat
查看>>
最简单 iText 的 PDF 生成方案(含中文解决方案)HTML 转为 PDF
查看>>
MySql中is NULL、ISNULL()和IFNULL()运行速度的比较
查看>>
关于unichar字符串的初始化
查看>>
oracle-xe手工创建数据库
查看>>
Cisco交换机 链路聚合
查看>>
我的友情链接
查看>>
UG中卸载被占用的DLL
查看>>
eclipse 设置注释模板详解,与导入模板方法介绍总结
查看>>
Cocos2d-x3.2 文字显示
查看>>
估计下星期就能考科目二了
查看>>
轻松实现localStorage本地存储和本地数组存储
查看>>
mongodb group
查看>>
python+selenium自动化测试(二)
查看>>
(笔记 - 纯手敲)Spring的IOC和AOP 含GIT地址
查看>>
7-设计模式介绍
查看>>
让运维更高效:关于ECS系统事件
查看>>
J2EE分布式框架--单点登录集成方案
查看>>
跨域传递参数
查看>>