使用 scrollifys interstitialSection 作为页脚
Using scrollifys interstitialSection for a footer
你能帮忙用 scrollify 实现页脚吗?根据网站 http://projects.lukehaas.me/scrollify/ 上的说明,我认为我需要做的就是将页脚声明为 interstitialSection。但是,尽管这将页脚从 panels/slides 中取出,但我无法用鼠标滚动到它。
$(function() {
$.scrollify({
section : ".panel",
interstitialSection : ".footer",
easing: "easeOutExpo",
scrollSpeed: 800,
offset : 0,
scrollbars: true,
standardScrollElements: "",
before:function() {},
after:function() {},
afterResize:function() {},
afterRender:function() {}
});
});
http://codepen.io/gburton85/pen/XdmMgB
谢谢
你能帮忙用 scrollify 实现页脚吗?根据网站 http://projects.lukehaas.me/scrollify/ 上的说明,我认为我需要做的就是将页脚声明为 interstitialSection。但是,尽管这将页脚从 panels/slides 中取出,但我无法用鼠标滚动到它。
$(function() {
$.scrollify({
section : ".panel",
interstitialSection : ".footer",
easing: "easeOutExpo",
scrollSpeed: 800,
offset : 0,
scrollbars: true,
standardScrollElements: "",
before:function() {},
after:function() {},
afterResize:function() {},
afterRender:function() {}
});
});
http://codepen.io/gburton85/pen/XdmMgB
谢谢