找软件用软件,到51下载!
您现在的位置:51下载>下载分类>编程软件>其他源码>源码下载>单页网站源码
单页网站源码

单页网站源码

PC版
  • 软件大小:2.15MB
  • 更新日期:2017-12-22
  • 下载次数:0次
  • 软件语言:简体中文
  • 软件授权:免费软件
  • 软件评级:4星
  • 安全检测:无插件无病毒
  • 软件类型:国产软件
  • 软件分类:其他源码
  • 软件系统:WinAll
精品杀毒软件
其它用户还下载了

单页网站源码简介


fullPage.js是一个简单易用的插件,创建全屏滚动的网站(也被称为单页网站)。它允许全屏滚动创建网站,以及添加内部滑块。
$(document).ready(function() {
$.fn.fullpage({
verticalCentered: true,
resize : true,
slidesColor : ['#ccc', '#fff'],
anchors:['firstSlide', 'secondSlide'],
scrollingSpeed: 700,
easing: 'easeInQuart',
menu: false,
navigation: false,
navigationPosition: 'right',
navigationTooltips: ['firstSlide', 'secondSlide'],
slidesNavigation: true,
slidesNavPosition: 'bottom',
loopBottom: false,
loopTop: false,
loopHorizontal: true,
autoScrolling: true,
scrollOverflow: false,
css3: false,
paddingTop: '3em',
paddingBottom: '10px',
fixedElements: '#element1, .element2',
normalScrollElements: '#element1, .element2',
keyboardScrolling: true,
touchSensitivity: 15,
continuousVertical: false,
animateAnchor: true,

//events
onLeave: function(index, direction){},
afterLoad: function(anchorLink, index){},
afterRender: function(){},
afterSlideLoad: function(anchorLink, index, slideAnchor, slideIndex){},
onSlideLeave: function(anchorLink, index, slideIndex, direction){}
});
});


相关专题

换一换
单页网站源码 单页网站源码PC版
关闭