Skip to content

Commit 113df19

Browse files
authored
Merge pull request #4649 from alvarotrigo/dev
- Documentation: fixing typo on heading type
2 parents d0cd888 + e38423e commit 113df19

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ It requires the file `vendors/easings.min.js` or [jQuery UI](https://jqueryui.co
501501

502502
(default `5`) Defines a percentage of the browsers window width/height, and how far a swipe must measure for navigating to the next section / slide
503503

504-
## skipIntermediateItems
504+
### skipIntermediateItems
505505

506506
(default `false`). Determines whether to skip the scroll animation when navigating between non-consecutive vertical sections or horizontal slides. The possible values are `true`, `false`, `sections`, and `slides`, allowing you to apply this behavior vertically, horizontally, or in both directions.
507507

lang/brazilian-portuguese/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ the fitting by the configured milliseconds.
476476
### touchSensitivity:
477477
(padrão `5`) Define uma porcentagem da largura/altura da janela do navegador e a distância que um deslize deve medir para navegar para a próxima seção/slide
478478

479-
## skipIntermediateItems
479+
### skipIntermediateItems
480480
(padrão `false`). Determina se a animação de rolagem deve ser ignorada ao navegar entre seções verticais ou slides horizontais não consecutivos. Os valores possíveis são `true`, `false`, `sections` e `slides`, permitindo aplicar esse comportamento verticalmente, horizontalmente ou em ambas as direções.
481481

482482
### continuousVertical:

lang/chinese/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ new fullpage('#fullpage', {
471471
### touchSensitivity
472472
(默认 `5`)定义浏览器窗口宽度/高度的百分比,和触发滑动到下一个 section/slide 的距离的灵敏度。
473473

474-
## skipIntermediateItems
474+
### skipIntermediateItems
475475
(默认值 `false`)。确定在导航非连续的垂直部分或水平幻灯片时是否跳过滚动动画。可能的值包括 `true``false``sections``slides`,允许您将此行为应用于垂直方向、 水平方向或两个方向。
476476

477477
### continuousVertical

lang/french/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ new fullpage('#fullpage', {
480480
### touchSensitivity
481481
(défaut `5`) Définit un pourcentage de la largeur/hauteur de la fenêtre du navigateur, et la distance que doit mesurer un glissement pour naviguer vers la section / diapositive suivante
482482

483-
## skipIntermediateItems
483+
### skipIntermediateItems
484484
(valeur par défaut `false`). Détermine s'il faut ignorer l'animation de défilement lors de la navigation entre des sections verticales ou des diapositives horizontales non consécutives. Les valeurs possibles sont `true`, `false`, `sections` et `slides`, permettant d'appliquer ce comportement verticalement, horizontalement ou dans les deux directions.
485485

486486
### continuousVertical

lang/japanese/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ new fullpage('#fullpage', {
545545

546546
(デフォルト `5`)ブラウザのウィンドウ幅/高さのパーセンテージを定義し、次のセクション/スライドに移動するためにスワイプがどの程度必要かを定義します。
547547

548-
## skipIntermediateItems
548+
### skipIntermediateItems
549549
(デフォルト `false`)。非連続の垂直セクションまたは水平スライド間をナビゲートする際にスクロールアニメーションをスキップするかどうかを決定します。可能な値は `true``false``sections``slides` で、この動作を垂直方向、水平方向、または両方向に適用できます。
550550

551551
### continuousVertical

lang/russian/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,9 @@ new fullpage('#fullpage', {
470470
### touchSensitivity
471471
(по умолчанию `5`) Определяет ширину и высоту браузеров в процентах, а также то, насколько длинным должно быть пролистывание для перехода к следующему разделу/слайду.
472472

473+
### skipIntermediateItems
474+
(по умолчанию `false`). Определяет, следует ли пропускать анимацию прокрутки при навигации между неконсеквенционными вертикальными секциями или горизонтальными слайдами. Возможные значения: `true`, `false`, `sections` и `slides`, что позволяет применять это поведение по вертикали, горизонтали или в обоих направлениях.
475+
473476
### continuousVertical
474477
(по умолчанию `false`) Определяет, будет ли осуществляться скроллинг к последнему разделу при пролистывании первого раздела вверх и к первому разделу при пролистывании последнего раздела вниз. Опция несовместима с опциями `loopTop`, `loopBottom` и любыми полосами прокрутки, используемыми на сайте (`scrollBar:true` или `autoScrolling:false`).
475478

lang/spanish/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ Otras librerías puede ser usadas si se desea.
474474
### touchSensitivity
475475
(por defecto `5`) Determina cierto porcentaje de la ventana del navegador a partir del cual fullpage.js registra un desplazamiento vertical.
476476

477-
## skipIntermediateItems
477+
### skipIntermediateItems
478478
(по умолчанию `false`). Определяет, следует ли пропускать анимацию прокрутки при навигации между неконсеквенционными вертикальными секциями или горизонтальными слайдами. Возможные значения: `true`, `false`, `sections` и `slides`, что позволяет применять это поведение по вертикали, горизонтали или в обоих направлениях.
479479

480480
## skipIntermediateItems

0 commit comments

Comments
 (0)