Skip to content

How to activate a fullPage.js extension

Álvaro edited this page Oct 11, 2016 · 45 revisions
  1. Access the URL sent to your email address when purchasing the extension.
  2. Fill the required data to obtain the activation key
  3. Then 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 if you are using them. These are are all the extension key options at the moment:

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