这是一款类似fullPage的全屏滚动插件,使用很简单
html代码:
head部分:
1 2 3 4 5 6 7 8 | <!-- css --> < link rel = "stylesheet" href = "css/reset.css" > < link rel = "stylesheet" href = "css/style.css" > <!-- js --> < script type = "text/javascript" src = "js/lib/jquery.min.js" ></ script > < script type = "text/javascript" src = "js/lib/jquery.mousewheel.min.js" ></ script > < script type = "text/javascript" src = "js/fullpagecode.min.js" ></ script > |
1 2 3 4 5 6 | < div class = "section-group" > < section class = "sect-01" ></ section > < section class = "sect-02" ></ section > < section class = "sect-03" ></ section > < section class = "sect-04" ></ section > </ div > |
只需要在section里面写每一块儿你需要的代码即可。
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com