求JQuery Animate函数实现透明度和位置渐变的实例
要html代码和脚本代码都有..然后实现一张图片渐渐透明并向上移动的效果..谁能帮帮忙吗谢谢了.....
要html代码和脚本代码都有..
然后实现一张图片渐渐透明并向上移动的效果..
谁能帮帮忙吗谢谢了.. 展开
然后实现一张图片渐渐透明并向上移动的效果..
谁能帮帮忙吗谢谢了.. 展开
展开全部
<html>
<head>
<title>Untitled</title>
</head>
<body>
<div id="d" style="margin-top:200px;width:100px;height:100px;background-color:red"></div>
</body>
<script type="text/javascript" src="jquery_min.js"></script>
<script type="text/javascript">
$(function (){
$("#d").animate({opacity:"0",marginTop:"0"},6000);
});
</script>
</html>
<head>
<title>Untitled</title>
</head>
<body>
<div id="d" style="margin-top:200px;width:100px;height:100px;background-color:red"></div>
</body>
<script type="text/javascript" src="jquery_min.js"></script>
<script type="text/javascript">
$(function (){
$("#d").animate({opacity:"0",marginTop:"0"},6000);
});
</script>
</html>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询