1

你能帮忙实现一个带有滚动的页脚吗?根据网站http://projects.lukehaas.me/scrollify/上的说明,我相信我需要做的就是将页脚声明为 interstitialSection。但是,尽管这会将页脚从面板/幻灯片中取出,但我无法用鼠标滚动到它。

$(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

谢谢

4

1 回答 1

1

我需要最新的插件版本https://cdnjs.cloudflare.com/ajax/libs/scrollify/1.0.4/jquery.scrollify.min.js

于 2016-08-11T10:18:02.877 回答