jquery白天到夜间特效

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

以下是 jquery白天到夜间特效 的示例演示效果:

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

部分效果截图:

jquery白天到夜间特效

HTML代码(index.html):

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
    <head>
        <title>Day and Night Scenery Animation with jQuery</title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta name="description" content="Day and Night: Creating a Scenery Animation with jQuery and CSS" />
        <meta name="keywords" content="jquery, css, animation, scenery, tutorial" />
        <link rel="stylesheet" type="text/css" href="css/style.css" media="screen"/>       
    </head>
    <body>
        <div id="sky"></div>
        <div id="sun_yellow"></div>
        <div id="sun_red"></div>
        <div id="clouds"></div>
        <div id="ground"></div>
        <div id="night"></div>
        <div id="stars"></div>        
        <div id="sstar"></div>
        <div id="moon"></div>
        <div id="title"></div>
        <div>
            <a id="back" href="#"></a>
        </div>
        <script type="text/javascript" src="jquery-1.3.2.js"></script>
        <script type="text/javascript" src="jquery.color.js"></script>
        <script type="text/javascript">
            $(function() {
                $('#sun_yellow').animate({'top':'96%','opacity':0.4}, 12000,function(){
                    $('#stars').animate({'opacity':1}, 5000,function(){
                        $('#moon').animate({'top':'30%','opacity':1}, 5000, function(){
                            $('#sstar').animate({'opacity':1}, 300);
                            $('#sstar').animate({
                                'backgroundPosition':'0px 0px','top':'15%', 'opacity':0
                            }, 500,function(){
                                $('#title').animate({'opacity':1}, 1000);
                                $('#back').animate({'opacity':1}, 3000);
                            });
                        });
                    });
                });
                $('#sun_red').animate({'top':'96%','opacity':0.8}, 12000);
                $('#sky').animate({'backgroundColor':'#4F0030'}, 18000);
                $('#clouds').animate({'backgroundPosition':'1000px 0px','opacity':0}, 30000);
                $('#night').animate({'opacity':0.8}, 20000);
            });
        </script>
    </body>
</html>

CSS代码(style.css):

body{overflow:hidden;}
#clouds,#sky,#night,#stars{position:absolute;top:0px;left:0px;right:0px;bottom:0px;width:100%;}
#sky{background:#fff url(../images/sky.png) repeat-x top left;z-index:1;}
#sun_yellow{position:absolute;left:45%;top:50%;width:150px;height:152px;background:transparent url(../images/sun.png) no-repeat center center;z-index:2;}
#sun_red{position:absolute;left:45%;top:50%;width:150px;height:152px;background:transparent url(../images/sun2.png) no-repeat center center;z-index:2;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
#clouds{background:transparent url(../images/clouds.png) repeat-x top left;z-index:3;}
#ground{position:absolute;left:0px;right:0px;bottom:0px;width:100%;height:232px;background:transparent url(../images/ground.png) repeat-x bottom center;z-index:3;}
#night{background-color:#000;z-index:4;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
#stars{bottom:200px;background:transparent url(../images/stars.png) repeat bottom center;z-index:5;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
#sstar{position:absolute;left:40%;top:10%;width:126px;height:80px;background:transparent url(../images/shootingstar.png) no-repeat 80px -200px;z-index:5;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
#moon{position:absolute;left:45%;top:60%;width:168px;height:168px;background:transparent url(../images/moon.png) no-repeat center center;z-index:6;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
/* Just for the showcase*/
#title{position:absolute;left:0px;top:0px;width:500px;height:300px;background:transparent url(../title.png) no-repeat center center;z-index:6;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
#back{position:absolute;right:0px;bottom:0px;width:176px;height:50px;background:transparent url(../back.png) no-repeat center center;z-index:6;outline:none;cursor:pointer;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
附件:下载该文件资源,减少时间成本(增值服务)
留言
该资源可下载
File Source
.rar
292.97 KB
Html CSS3特效
最新结算
HTML5 3D效果网页视频背景代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
软件概要设计说明书Word下载
类型: .docx 金额: CNY 0.38¥ 状态: 待结算 详细>
软件概要设计说明书Word下载
类型: .docx 金额: CNY 3.02¥ 状态: 待结算 详细>
.net c#获取声卡信息,声卡数量
类型: .rar 金额: CNY 30.96¥ 状态: 待结算 详细>
.net c#获取声卡信息,声卡数量
类型: .rar 金额: CNY 3.87¥ 状态: 待结算 详细>
.net c#获取电脑的安装软件列表信息,包含名称和版本号
类型: .rar 金额: CNY 30.96¥ 状态: 待结算 详细>
.net c#获取电脑的安装软件列表信息,包含名称和版本号
类型: .rar 金额: CNY 3.87¥ 状态: 待结算 详细>
.net c#获取电脑显示适配器信息
类型: .rar 金额: CNY 30.96¥ 状态: 待结算 详细>
.net c#获取电脑的安装软件列表信息,包含名称和版本号
类型: .rar 金额: CNY 3.87¥ 状态: 待结算 详细>
.net c#获取电脑的安装软件列表信息,包含名称和版本号
类型: .rar 金额: CNY 30.96¥ 状态: 待结算 详细>
各执行环节公正透明,帮助企业完成从赛制策划、活动推广、评委评选到版权转让等系列工作,专业、高效、值得信赖。平均每场赛事可征集到数百至数千组源码作品
合作伙伴
联系我们
  • 邮箱:raozetian@hotmail.com
Copyright 2023-2024 eeigg.com·皖ICP备2024038726号-1
打赏文章