Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
tomByrer edited this page Jul 23, 2014 · 2 revisions

These are short instructions & tips on how to use fullPage.js. If you add yours, please: link to the source question & answer, link example(s), and write as brief as possible.

[How can I] use only one single piece of my website as a "section" to pass through only one scroll, and the rest of the website use it normally?

You can use the option autoScrolling:false for it. Then add anything you want under the plugin wrapper:

Slides demo & front page demo

  1. Turn off mousewheel/trackpad/touch: $.fn.fullpage.setAllowScrolling(false);
  2. Turn off scrolling via arrow keys: $.fn.fullpage.setKeyboardScrolling(false);
Clone this wiki locally
Morty Proxy This is a proxified and sanitized view of the page, visit original site.