发布时间:2018-6-13 0:32
1 2 3 4 | $( function (){ var api = new myApi(); api.mouseScroll.inte($( 'elem' ),speen); }) |
复制 /*滚动条样式*/ 到CSS样式文件中(可以根据自己需要自行修改);
选引入JQ库,再引入插件文件,打开插件,找到以上代码改id和速度(elem是滚动内容的低级id,speen是滚动速度)。
多次调用时,只要复制多次下面代码,
1 2 | var api = new myApi(); api.mouseScroll.inte($( 'elem' ),speen); |
如下:
1 2 3 4 5 6 7 8 9 10 11 | $( function (){ //调用一次 var api_0 = new myApi(); api_0.mouseScroll.inte($( 'elem' ),speen); //调用两次 var api_1 = new myApi(); api_1.mouseScroll.inte($( 'elem' ),speen); //调用三次 var api_2 = new myApi(); api_2.mouseScroll.inte($( 'elem' ),speen); }) |
注意::多次调用一定要注意变量api不能一样;
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com