8000 Merge pull request #3625 from alvarotrigo/dev · webdeveloper4testing/fullPage.js@8bed990 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8bed990

Browse files
authored
Merge pull request alvarotrigo#3625 from alvarotrigo/dev
Documentation: fixed typo
2 parents 69fcfd2 + 0ec442e commit 8bed990

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ var myFullpage = new fullpage('#fullpage', {
242242
responsiveSlides: false,
243243
parallax: false,
244244
parallaxOptions: {type: 'reveal', percentage: 62, property: 'translate'},
245-
cards: true,
245+
cards: false,
246246
cardsOptions: {perspective: 100, fadeContent: true, fadeBackground: true},
247247

248248
//Custom selectors
@@ -535,7 +535,7 @@ You can also prevent scrolloverflow from getting applied on responsive mode when
535535

536536
- `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).
537537

538-
- `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)
538+
- `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).
539539

540540
- `cardsOptions`: (default: `{ perspective: 100, fadeContent: true, fadeBackground: true}`). Allows you to configure the parameters for the cards effect when using the option `cards:true`. [Read more about how to apply the cards option](https://github.com/alvarotrigo/fullPage.js/wiki/Extension-Cards).
541541

lang/chinese/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ var myFullpage = new fullpage('#fullpage', {
241241
responsiveSlides: false,
242242
parallax: false,
243243
parallaxOptions: {type: 'reveal', percentage: 62, property: 'translate'},
244-
cards: true,
244+
cards: false,
245245
cardsOptions: {perspective: 100, fadeContent: true, fadeBackground: true},
246246

247247

@@ -536,7 +536,7 @@ new fullpage('#fullpage', {
536536

537537
- `parallaxOptions`: (默认:`{type:'reveal',percent:62,property:'translate'}`)。 允许在使用选项parallax:true时配置视差背景效果的参数。 [详细了解如何应用视差选项](https://github.com/alvarotrigo/fullPage.js/blob/master/lang/chinese/parallax-extension.md).
538538

539-
- `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)
539+
- `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).
540540

541541
- `cardsOptions`: (default: `{ perspective: 100, fadeContent: true, fadeBackground: true}`). Allows you to configure the parameters for the cards effect when using the option `cards:true`. [Read more about how to apply the cards option](https://github.com/alvarotrigo/fullPage.js/wiki/Extension-Cards).
542542

lang/korean/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ $(document).ready(function() {
236236
responsiveSlides: false,
237237
parallax: false,
238238
parallaxOptions: {type: 'reveal', percentage: 62, property: 'translate'},
239-
cards: true,
239+
cards: false,
240240
cardsOptions: {perspective: 100, fadeContent: true, fadeBackground: true},
241241

242242
//맞춤 선택자
@@ -519,7 +519,7 @@ new fullpage('#fullpage', {
519519

520520
- `parallaxOptions`: (기본값: `{ type: 'reveal', percentage: 62, property: 'translate'}`). parallax:true 옵션을 쓰실 때 패럴랙스 배경 효과 매개변수를 설정하실 수 있습니다. [패럴랙스 옵션을 어떻게 적용하는지 읽어보세요](https://github.com/alvarotrigo/fullPage.js/blob/master/lang/korean/parallax-extension.md).
521521

522-
- `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)
522+
- `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).
523523

524524
- `cardsOptions`: (default: `{ perspective: 100, fadeContent: true, fadeBackground: true}`). Allows you to configure the parameters for the cards effect when using the option `cards:true`. [Read more about how to apply the cards option](https://github.com/alvarotrigo/fullPage.js/wiki/Extension-Cards).
525525

lang/russian/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ var myFullpage = new fullpage('#fullpage', {
240240
responsiveSlides: false,
241241
parallax: false,
242242
parallaxOptions: {type: 'reveal', percentage: 62, property: 'translate'},
243-
cards: true,
243+
cards: false,
244244
cardsOptions: {perspective: 100, fadeContent: true, fadeBackground: true},
245245

246246
//Настроить селекторы
@@ -527,7 +527,7 @@ new fullpage('#fullpage', {
527527

528528
- `parallaxOptions`: (по умолчанию: `{ type: 'reveal', percentage: 62, property: 'translate'}`). Позволяет настраивать параметры эффекта параллакс для фона при использовании опции parallax:true. [Узнайте больше об использовании опции параллакс здесь](https://github.com/alvarotrigo/fullPage.js/blob/master/lang/russian/parallax-extension.md).
529529

530-
- `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)
530+
- `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).
531531

532532
- `cardsOptions`: (default: `{ perspective: 100, fadeContent: true, fadeBackground: true}`). Allows you to configure the parameters for the cards effect when using the option `cards:true`. [Read more about how to apply the cards option](https://github.com/alvarotrigo/fullPage.js/wiki/Extension-Cards).
533533

lang/spanish/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ new fullpage('#fullpage', {
246246
responsiveSlides: false,
247247
parallax: false,
248248
parallaxOptions: {type: 'reveal', percentage: 62, property: 'translate'},
249-
cards: true,
249+
cards: false,
250250
cardsOptions: {perspective: 100, fadeContent: true, fadeBackground: true},
251251

252252
//Selectores personalizados
@@ -534,7 +534,7 @@ Puedes evitar que `scrolloverflow` se aplique en modo responsive si usas la clas
534534

535535
- `parallaxOptions`: (por defecto: `{ type: 'reveal', percentage: 62, property: 'translate'}`). Permite configurar los parámetros para el efecto de parallax cuando se usa la opción `parallax:true`. [Lee más acerca de la opción parallax aquí](https://github.com/alvarotrigo/fullPage.js/blob/master/lang/spanish/parallax-extension.md).
536536

537-
- `cards`: (default `false`) [Extension de fullpage.js](http://alvarotrigo.com/fullPage/extensions/). Determina si usar el efecto de "Cards" en secciones/diapositivas. [Lee más acerca de la opción cards aquí](https://github.com/alvarotrigo/fullPage.js/wiki/Extension-Cards)
537+
- `cards`: (default `false`) [Extension de fullpage.js](http://alvarotrigo.com/fullPage/extensions/). Determina si usar el efecto de "Cards" en secciones/diapositivas. [Lee más acerca de la opción cards aquí](https://github.com/alvarotrigo/fullPage.js/wiki/Extension-Cards).
538538

539539
- `cardsOptions`: (default: `{ perspective: 100, fadeContent: true, fadeBackground: true}`). Permite configurar los parámetros para el efecto de Cards cuando se usa la opcón `cards:true`. [Lee más acerca de la opción cards aquí](https://github.com/alvarotrigo/fullPage.js/wiki/Extension-Cards).
540540

0 commit comments

Comments
 (0)
0