Skip to content

How to activate a fullPage.js extension

Álvaro edited this page Oct 11, 2016 · 45 revisions

You'll need to get an activation key from the URL sent to your email address when purchasing the extension.

Then just add the activation key for the specific extension by adding an option in the fullpage.js initialization with the form nameOfExtension: key:

For example:

$('#fullpage').fullPage({ faddingEffect: true, fadingEffectKey: 'xxxx', });

Same for the rest of extensions you are using. These are are all the extension key options at the moment:

  • responsiveSlidesKey
  • continuousHorizontalKey
  • interlockedSlidesKey
  • scrollHorizontallyKey
  • resetSlidersKey
Clone this wiki locally