|
8 | 8 | <a href="https://github.com/alvarotrigo/fullPage.js/tree/master/lang/french#fullpagejs">Français</a> |
|
9 | 9 | <a href="https://github.com/alvarotrigo/fullPage.js/tree/master/lang/russian#fullpagejs">Pусский</a> |
|
10 | 10 | <a href="https://github.com/alvarotrigo/fullPage.js/tree/master/lang/chinese#fullpagejs">中文</a> |
|
11 |
| - <a href="https://github.com/alvarotrigo/fullPage.js/tree/master/lang/korean#fullpagejs">한국어</a> |
| 11 | + <a href="https://github.com/alvarotrigo/fullPage.js/tree/master/lang/korean#fullpagejs">한국어</a> | |
| 12 | + <a href="https://github.com/alvarotrigo/fullPage.js/tree/master/lang/brazilian-portuguese#fullpagejs">Português Brasileiro</a> |
12 | 13 | </p>
|
13 | 14 |
|
14 | 15 | <p align="center">
|
|
17 | 18 |
|
18 | 19 | ---
|
19 | 20 |
|
20 |
| - |
| 21 | + |
21 | 22 | [](https://www.gnu.org/licenses/gpl-3.0.html)
|
22 | 23 | [](https://www.paypal.me/alvarotrigo/9.95)
|
23 | 24 | [](https://www.jsdelivr.com/package/npm/fullpage.js)
|
|
28 | 29 | - [Wordpress theme](http://alvarotrigo.com/fullPage/utils/wordpress.html)
|
29 | 30 | - [fullpage.js Extensions](http://alvarotrigo.com/fullPage/extensions/)
|
30 | 31 | - [Frequently Answered Questions](https://github.com/alvarotrigo/fullPage.js/wiki/FAQ---Frequently-Answered-Questions)
|
31 |
| -- [[Migration from fullPage v3 to fullpage v4]](https://github.com/alvarotrigo/fullPage.js/wiki/Migration-from-fullPage-v3-to-fullPage-v4) |
| 32 | +- [[Migration from fullPage v3 to fullpage v4]](https://alvarotrigo.com/fullPage/help/migration-from-fullpage-3/) |
32 | 33 | ---
|
33 | 34 |
|
34 | 35 | A simple and easy to use library that creates fullscreen scrolling websites (also known as single page websites or onepage sites) and adds landscape sliders inside the sections of the site.
|
@@ -200,6 +201,7 @@ var myFullpage = new fullpage('#fullpage', {
|
200 | 201 | scrollingSpeed: 700,
|
201 | 202 | autoScrolling: true,
|
202 | 203 | fitToSection: true,
|
| 204 | + fitToSectionDelay: 600, |
203 | 205 | scrollBar: false,
|
204 | 206 | easing: 'easeInOutCubic',
|
205 | 207 | easingcss3: 'ease',
|
@@ -430,6 +432,8 @@ It requires the file `vendors/easings.min.js` or [jQuery UI](http://jqueryui.com
|
430 | 432 |
|
431 | 433 | - `fitToSection`: (default `true`) Determines whether or not to fit sections to the viewport or not. When set to `true` the current active section will always fill the whole viewport. Otherwise the user will be free to stop in the middle of a section.
|
432 | 434 |
|
| 435 | +- `fitToSectionDelay`: (default 1000). If `fitToSection` is set to true, this delays the fitting by the configured milliseconds. |
| 436 | + |
433 | 437 | - `scrollBar`: (default `false`) Determines whether to use scroll bar for the **vertical sections** on site or not. In case of using scroll bar, the `autoScrolling` functionality will still work as expected. The user will also be free to scroll the site with the scroll bar and fullPage.js will fit the section in the screen when scrolling finishes.
|
434 | 438 |
|
435 | 439 | - `paddingTop`: (default `0`) Defines the top padding for each section with a numerical value and its measure (paddingTop: '10px', paddingTop: '10em'...) Useful in case of using a fixed header.
|
@@ -528,13 +532,13 @@ new fullpage('#fullpage', {
|
528 | 532 |
|
529 | 533 | - `parallaxOptions`: (default: `{ type: 'reveal', percentage: 62, property: 'translate'}`). Allows to configure the parameters for the parallax backgrounds effect when using the option `parallax:true`. [Read more about how to apply the parallax option](https://github.com/alvarotrigo/fullPage.js/wiki/Extension---Parallax).
|
530 | 534 |
|
531 |
| -- `dropEffect` (default `false`) [Extension of fullpage.js](http://alvarotrigo.com/fullPage/extensions/). Defines whether or not to use the drop effect on sections / slides. [Read more about how to apply the the drop effect option](https://github.com/alvarotrigo/fullPage.js/wiki/Extension-Drop-Effect). |
| 535 | +- `dropEffect` (default `false`) [Extension of fullpage.js](http://alvarotrigo.com/fullPage/extensions/). Defines whether or not to use the drop effect on sections / slides. [Read more about how to apply the drop effect option](https://github.com/alvarotrigo/fullPage.js/wiki/Extension-Drop-Effect). |
532 | 536 |
|
533 |
| -- `dropEffectOptions`: (default: `{ speed: 2300, color: '#F82F4D', zIndex: 9999}`). Allows to configure the parameters for the drop effect when using the option `dropEffect:true`.[Read more about how to apply the the drop effect option](https://github.com/alvarotrigo/fullPage.js/wiki/Extension-Drop-Effect). |
| 537 | +- `dropEffectOptions`: (default: `{ speed: 2300, color: '#F82F4D', zIndex: 9999}`). Allows to configure the parameters for the drop effect when using the option `dropEffect:true`.[Read more about how to apply the drop effect option](https://github.com/alvarotrigo/fullPage.js/wiki/Extension-Drop-Effect). |
534 | 538 |
|
535 |
| -- `waterEffect` (default `false`) [Extension of fullpage.js](http://alvarotrigo.com/fullPage/extensions/). Defines whether or not to use the water effect on sections / slides. [Read more about how to apply the the water effect option](https://github.com/alvarotrigo/fullPage.js/wiki/Extension-Water-Effect). |
| 539 | +- `waterEffect` (default `false`) [Extension of fullpage.js](http://alvarotrigo.com/fullPage/extensions/). Defines whether or not to use the water effect on sections / slides. [Read more about how to apply the water effect option](https://github.com/alvarotrigo/fullPage.js/wiki/Extension-Water-Effect). |
536 | 540 |
|
537 |
| -- `waterEffectOptions`: (default: `{ animateContent: true, animateOnMouseMove: true}`). Allows to configure the parameters for the water effect when using the option `waterEffect:true`.[Read more about how to apply the the water effect option](https://github.com/alvarotrigo/fullPage.js/wiki/Extension-Water-Effect). |
| 541 | +- `waterEffectOptions`: (default: `{ animateContent: true, animateOnMouseMove: true}`). Allows to configure the parameters for the water effect when using the option `waterEffect:true`.[Read more about how to apply the water effect option](https://github.com/alvarotrigo/fullPage.js/wiki/Extension-Water-Effect). |
538 | 542 |
|
539 | 543 | - `cards`: (default `false`) [Extension of fullpage.js](http://alvarotrigo.com/fullPage/extensions/). Defines whether or not to use the cards effect on sections/slides. [Read more about how to apply the cards option](https://github.com/alvarotrigo/fullPage.js/wiki/Extension-Cards).
|
540 | 544 |
|
|
0 commit comments