jQuery卷轴打开动画特效

jQuery卷轴打开动画特效-精品资源网
jQuery卷轴打开动画特效
此内容为免费资源,请登录后查看
0
免费资源

jQuery卷轴打开动画特效

一款将一张完整的卷轴拆分到多个div中,然后通过jquery animate事件,配合不同的时间延迟,形成完整jQuery卷轴平滑打开动画特效下载。

js代码

<script type=\"text/javascript\">
	 $(document).ready(function(){
			//卷轴展开动画效果
			$(\".l-pic-index\").animate({\'left\':\'95px\',\'top\':\'-4px\'},1300);
			$(\".r-pic-index\").animate({\'right\':\'-23px\',\'top\':\'-5px\'},1450);
			$(\".l-bg-index\").animate({\'width\':\'433px\',\'left\':\'73px\'},1500);
			$(\".r-bg-index\").animate({\'width\':\'433px\',\'right\':\'-38px\'},1500,function(){
				$(\".main-index\").fadeIn(800);
			});
		});
</script>

© 版权声明
THE END
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容