标签:style blog http color 使用 2014
1、滚动组件。
有时候需要在网页中的各个部分跳转,类似于回到首页的功能,给点动画当然是极好的。JQuery插件AnimateScroll就是解决这个问题的。
使用方法类似这样:
$(‘#use‘).animatescroll({scrollSpeed:1500, easing:‘easeOutCubic‘}); //跳转到#use处
更多方法请访问项目主页。
2、轮播组件
这款轮播组件同样基于JQuery,可以用来做个牛逼哄哄的3D相册神马的。
demo地址:http://tympanus.net/Development/3DGallery/
介绍两个JQuery插件 — 滚动和轮播,布布扣,bubuko.com
标签:style blog http color 使用 2014
原文地址:http://www.cnblogs.com/zjzhome/p/3815477.html