Skip to content

Commit

Permalink
- Fixed bug: fitToSectionDelay doesn't work on the extensions file #4640
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarotrigo committed Jul 23, 2024
1 parent 386f92f commit 4001166
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/fullpage.extensions.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import resolve from "@rollup/plugin-node-resolve";
import babel from "@rollup/plugin-babel";

const licenseContent = `/*!
* fullPage 4.0.25
* fullPage 4.0.26
* https://github.com/alvarotrigo/fullPage.js
*
* @license GPLv3 for open source use only
Expand Down Expand Up @@ -47,6 +47,7 @@ const terserOptions = {
'scrollingSpeed',
'autoScrolling',
'fitToSection',
'fitToSectionDelay',
'easing',
'easingcss3',
'loopBottom',
Expand Down

0 comments on commit 4001166

Please sign in to comment.