jQuery+CSS3小鸟飞翔动画特效代码

版权:原创 更新时间:1年以上
[该文章底部包含文件资源,可根据自己情况,决定是否下载资源使用,时间>金钱,如有需要,立即查看资源]

以下是 jQuery+CSS3小鸟飞翔动画特效代码 的示例演示效果:

当前平台(PC电脑)
  • 平台:

部分效果截图:

jQuery+CSS3小鸟飞翔动画特效代码

HTML代码(index.html):

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery+CSS3小鸟飞翔动画特效</title>
<script type="text/javascript" src="js/jquery.min.js"></script>

<style type="text/css">
*{
	margin: 0;
	padding: 0;
}
.box{
	width: 564px;
	height: 170px;
}
.box div{
	width: 141px;
	height: 85px;
	float: left;
	margin-top: 150px;
	margin-left: 50px;
	
	background:url(images/bird1.png);/* 用于Firefox 可无视 */
	
	-webkit-animation: myFrist 1s linear infinite;
	-moz-animation: myFrist 1s linear infinite;
	-o-animation: myFrist 1s linear infinite;
	animation: myFrist 1s linear infinite;
}
@-webkit-keyframes myFrist
{
	0%    {background:url(images/bird1.png);background-size: 100% 100%}
	12.5% {background:url(images/bird2.png);background-size: 100% 100%}
	25%   {background:url(images/bird3.png);background-size: 100% 100%}
	37.5% {background:url(images/bird4.png);background-size: 100% 100%}
	50%   {background:url(images/bird5.png);background-size: 100% 100%}
	65.7% {background:url(images/bird6.png);background-size: 100% 100%}
	75%   {background:url(images/bird7.png);background-size: 100% 100%}
	87.5% {background:url(images/bird8.png);background-size: 100% 100%}
	100%  {background:url(images/bird1.png);background-size: 100% 100%}
}
@-moz-keyframes myFrist
{
	0%    {background:url(images/bird1.png);background-size: 100% 100%}
	12.5% {background:url(images/bird2.png);background-size: 100% 100%}
	25%   {background:url(images/bird3.png);background-size: 100% 100%}
	37.5% {background:url(images/bird4.png);background-size: 100% 100%}
	50%   {background:url(images/bird5.png);background-size: 100% 100%}
	65.7% {background:url(images/bird6.png);background-size: 100% 100%}
	75%   {background:url(images/bird7.png);background-size: 100% 100%}
	87.5% {background:url(images/bird8.png);background-size: 100% 100%}
	100%  {background:url(images/bird1.png);background-size: 100% 100%}
}
@-o-keyframes myFrist
{
	0%    {background:url(images/bird1.png);background-size: 100% 100%}
	12.5% {background:url(images/bird2.png);background-size: 100% 100%}
	25%   {background:url(images/bird3.png);background-size: 100% 100%}
	37.5% {background:url(images/bird4.png);background-size: 100% 100%}
	50%   {background:url(images/bird5.png);background-size: 100% 100%}
	65.7% {background:url(images/bird6.png);background-size: 100% 100%}
	75%   {background:url(images/bird7.png);background-size: 100% 100%}
	87.5% {background:url(images/bird8.png);background-size: 100% 100%}
	100%  {background:url(images/bird1.png);background-size: 100% 100%}
}
@keyframes myFrist
{
	0%    {background:url(images/bird1.png);background-size: 100% 100%}
	12.5% {background:url(images/bird2.png);background-size: 100% 100%}
	25%   {background:url(images/bird3.png);background-size: 100% 100%}
	37.5% {background:url(images/bird4.png);background-size: 100% 100%}
	50%   {background:url(images/bird5.png);background-size: 100% 100%}
	65.7% {background:url(images/bird6.png);background-size: 100% 100%}
	75%   {background:url(images/bird7.png);background-size: 100% 100%}
	87.5% {background:url(images/bird8.png);background-size: 100% 100%}
	100%  {background:url(images/bird1.png);background-size: 100% 100%}
}
</style>

</head>
<body>

<div class="box">
	<div></div>
</div>

<script type="text/javascript">
var timer = setInterval(function(){
	$(".box > div").animate({
		'marginLeft': 1000,
	},{queue:true, duration:5000,complete:function a(){
		 $(".box > div").css('transform','rotateY(180deg)');
	}}).animate({
		'marginLeft': 50,
	},5000,function(){
		 $(".box > div").css('transform','rotateY(0deg)');
	});
},1000);
</script>
</body>
</html>








附件:下载该文件资源,减少时间成本(增值服务)
留言
该资源可下载
File Source
.rar
131.59 KB
Html 动画效果1
最新结算
股权转让协议意向书模板
类型: .docx 金额: CNY 2.23¥ 状态: 待结算 详细>
股权转让协议意向书模板
类型: .docx 金额: CNY 0.28¥ 状态: 待结算 详细>
CSS3图片向上3D翻转渐隐消失特效
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
CSS3图片向上3D翻转渐隐消失特效
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
.net c# 将金额转人名币大写金额
类型: .rar 金额: CNY 2.39¥ 状态: 待结算 详细>
.net c# 将金额转人名币大写金额
类型: .rar 金额: CNY 0.3¥ 状态: 待结算 详细>
合伙退伙协议书范本模板
类型: .doc 金额: CNY 2.23¥ 状态: 待结算 详细>
合伙退伙协议书范本模板
类型: .doc 金额: CNY 0.28¥ 状态: 待结算 详细>
合伙退伙协议书范本模板
类型: .doc 金额: CNY 2.23¥ 状态: 待结算 详细>
合伙退伙协议书范本模板
类型: .doc 金额: CNY 0.28¥ 状态: 待结算 详细>
我们力求给您提供有用的文章,再此基础上,会附加营收资源,不做任何广告,让平台可以更好发展 若您发现您的权利被侵害,或使用了您的版权,请发邮件联系 sunlifel@foxmail.com ggbig觉得 : 不提供源码的文章不是好文章
合作伙伴
联系我们
  • QQ:21499807
  • 邮箱:sunlifel@foxmail.com
  • QQ扫一扫加QQ
    QQ扫一扫
Copyright 2023-2024 ggbig.com·皖ICP备2023004211号-1
打赏文章