一款基于zepto轻量的全屏滚动插件:slidePage
jopen
9年前
一款基于zepto轻量的全屏滚动插件,结合Scrollify和H5FullscreenPage的特点优化,并精简了部分功能。
在线演示:http://lipten.link/projects/slidePage/demo.html
示例代码:
slidePage.init(options); options:(default) { 'index' : 1, 'before' : function(index){}, 'after' : function(index){}, 'useArrow' : true, 'useAnimation' : true, 'useMusic' : { 'autoPlay' : true, 'loopPlay' : true, 'src' : 'http://mat1.gtimg.com/news/2015/love/FadeAway.mp3' } };