Skip to content

Commit

Permalink
Merge pull request #4655 from alvarotrigo/dev
Browse files Browse the repository at this point in the history
Merging dev branch 4.0.29
  • Loading branch information
alvarotrigo committed Sep 6, 2024
2 parents d309822 + f61d5bd commit 9c83e71
Show file tree
Hide file tree
Showing 27 changed files with 188 additions and 130 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

---

![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.28-brightgreen.svg)
![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.29-brightgreen.svg)
[![License](https://img.shields.io/badge/License-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
[![PayPal Donate](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/fullpage.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/fullpage.js)
Expand Down
2 changes: 1 addition & 1 deletion dist/fullpage.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* fullPage 4.0.28
* fullPage 4.0.29
* https://github.com/alvarotrigo/fullPage.js
*
* @license GPLv3 for open source use only
Expand Down
4 changes: 2 additions & 2 deletions dist/fullpage.extensions.min.js

Large diffs are not rendered by default.

17 changes: 13 additions & 4 deletions dist/fullpage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* fullPage 4.0.28
* fullPage 4.0.29
* https://github.com/alvarotrigo/fullPage.js
*
* @license GPLv3 for open source use only
Expand Down Expand Up @@ -2276,7 +2276,7 @@

$(SECTION_SEL + ':not(' + ACTIVE_SEL + ')').forEach(function (section) {
if (isSectionInViewport(section)) {
lazyLoadPanels(getPanelByElement(section));
lazyLoadPanels(getPanelByElement(getState().sections, section));
}
});
}
Expand Down Expand Up @@ -5445,6 +5445,15 @@
EventEmitter.on(events.moveSlideLeft, function (params) {
moveSlideLeft(params.section);
});
EventEmitter.on(events.afterSectionLoads, updateScrollX);
}

function updateScrollX(params) {
var activeSlide = params.items.destination.activeSlide;
var scrollX = activeSlide ? Math.round(activeSlide.offsetLeft) : 0;
setState({
scrollX: scrollX
});
}
/**
* Gets the active slide.
Expand Down Expand Up @@ -5527,7 +5536,7 @@
});
});
var t = ["-"];
var n = "\x32\x30\x32\x34\x2d\x37\x2d\x32\x32".split("-"),
var n = "\x32\x30\x32\x34\x2d\x38\x2d\x36".split("-"),
e = new Date(n[0], n[1], n[2]),
r = ["se", "licen", "-", "v3", "l", "gp"];

Expand Down Expand Up @@ -5988,7 +5997,7 @@
}; //public functions


FP.version = '4.0.28';
FP.version = '4.0.29';
FP.test = Object.assign(FP.test, {
top: '0px',
translate3d: 'translate3d(0px, 0px, 0px)',
Expand Down
2 changes: 1 addition & 1 deletion dist/fullpage.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/fullpage.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/fullpage.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lang/brazilian-portuguese/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

---

![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.28-brightgreen.svg)
![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.29-brightgreen.svg)
[![License](https://img.shields.io/badge/License-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
[![PayPal Donate](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/fullpage.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/fullpage.js)
Expand Down
2 changes: 1 addition & 1 deletion lang/chinese/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

---

![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.28,2-brightgreen.svg)
![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.29,2-brightgreen.svg)
[![License](https://img.shields.io/badge/License-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
[![PayPal Donate](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/fullpage.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/fullpage.js)
Expand Down
2 changes: 1 addition & 1 deletion lang/french/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

---

![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.28-brightgreen.svg)
![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.29-brightgreen.svg)
[![License](https://img.shields.io/badge/License-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
[![PayPal Donate](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/fullpage.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/fullpage.js)
Expand Down
2 changes: 1 addition & 1 deletion lang/japanese/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

---

![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.28-brightgreen.svg)
![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.29-brightgreen.svg)
[![License](https://img.shields.io/badge/License-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
[![PayPal Donate](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/fullpage.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/fullpage.js)
Expand Down
2 changes: 1 addition & 1 deletion lang/korean/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</p>
---

![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.28-brightgreen.svg)
![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.29-brightgreen.svg)
[![License](https://img.shields.io/badge/License-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
[![PayPal](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/fullpage.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/fullpage.js)
Expand Down
2 changes: 1 addition & 1 deletion lang/russian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

---

![Версия fullPage.js](https://img.shields.io/badge/fullPage.js-v4.0.28-brightgreen.svg)
![Версия fullPage.js](https://img.shields.io/badge/fullPage.js-v4.0.29-brightgreen.svg)
[![Лицензия](https://img.shields.io/badge/License-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
[![Перечисление на PayPal](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/fullpage.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/fullpage.js)
Expand Down
2 changes: 1 addition & 1 deletion lang/spanish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

---

![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.28-brightgreen.svg)
![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.29-brightgreen.svg)
[![License](https://img.shields.io/badge/License-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
[![PayPal Donate](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/fullpage.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/fullpage.js)
Expand Down
23 changes: 15 additions & 8 deletions lang/website/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Create Beautiful Fullscreen Scrolling Websites: Create Beautiful Fullscreen Scro
Download: Download
View on GitHub: View on GitHub
Open: Open
fullPage.js is actively mantained and community driven.: fullPage.js is actively mantained and community driven.
fullPage.js is actively maintained and community driven.: fullPage.js is actively mantained and community driven.
Solving developers' issues since 2013.: Solving developers' issues since 2013.
commits: commits
closed issues: closed issues
Expand All @@ -35,10 +35,10 @@ Contact: Contact
#sections content
Proud of being the most complete framework of its kind.: Proud of being the most complete framework of its kind.
Trusted by the most innovative companies.: Trusted by the most innovative companies.
Working in modern and old browsers too! Even IE 9!: Working in modern and old browsers too! Even IE 9!
Working in modern and old browsers too!: Working in modern and old browsers too!
Make a beautiful site for all! Not just a few!: Make a beautiful site for all! Not just a few!
fullPage.js is designed to be easy to use and customize.: fullPage.js is designed to be easy to use and customize.
It inludes tens of examples, great documentation and both community and personal support.: It includes tens of examples, great documentation and both community and personal support.
It includes tens of examples, great documentation and both community and personal support.: It includes tens of examples, great documentation and both community and personal support.

#sections content
Navigation: Navigation
Expand Down Expand Up @@ -74,18 +74,19 @@ Animations on scrolling: Animations on scrolling
Callbacks: Callbacks
Functions and methods: Functions and methods

documentation-link: https://github.com/alvarotrigo/fullPage.js/#fullpagejs
documentation-link: https://alvarotrigo.com/fullPage/docs/
documentation-link-github: https://github.com/alvarotrigo/fullPage.js
extensions-link: https://alvarotrigo.com/fullPage/extensions/
lang: en
flag-name: flag-english
language-name: English
canonical-link: https://alvarotrigo.com/fullPage/
language-menu:
<li><a href="https://alvarotrigo.com/fullPage/ru/"><span class="flag flag-russian"></span>Pусский</a></li>
<li><a href="https://alvarotrigo.com/fullPage/ko/"><span class="flag flag-korean"></span>한국어</a></li>
<li><a href="https://alvarotrigo.com/fullPage/ja/"><span class="flag flag-japanese"></span>日本語</a></li>
<li><a href="https://alvarotrigo.com/fullPage/ru/"><span class="flag flag-russian"></span>Pусский</a></li>
<li><a href="https://alvarotrigo.com/fullPage/es/"><span class="flag flag-spanish"></span>Español</a></li>
<li><a href="https://alvarotrigo.com/fullPage/zh/"><span class="flag flag-chinese"></span>中文</a></li>
<li><a href="https://alvarotrigo.com/fullPage/br/"><span class="flag flag-brazilian"></span>Português Brasileiro</a></li>


# Extensions website
Expand Down Expand Up @@ -134,7 +135,7 @@ Staging / dev domains: Staging / dev domains
Trusted by the world’s most innovative companies: Trusted by the world's most innovative companies
People love fullPage.js!: People love fullPage.js!
Vertical Navigation: Vertical Navigation
Add the stylesheet after jquery.fullpage.css and... that's it!: Add the stylesheet after jquery.fullpage.css and... that's it!
Add the stylesheet after fullpage.css and... that's it!: Add the stylesheet after fullpage.css and... that's it!
Available in 2 sizes: Available in 2 sizes
Get all navigation styles from £9: Get all navigation styles from £9
30-Day Money Back Guarrantee: 30-Day Money Back Guarantee
Expand Down Expand Up @@ -165,9 +166,15 @@ Generate a common activation key: Generate a common activation key
Within a product: Within a product
Mobile applications: Mobile applications

#extensions bundle:
All extensions bundle: All extensions bundle
Get all the extensions starting from $119!: Get all the extensions starting from $119!
Including future ones!: Including future ones!
Get the extensions pack!: Get the extensions pack!


language-menu-extensions:
<li><a href="https://alvarotrigo.com/fullPage/extensions/ru/"><span class="flag flag-russian"></span>Pусский</a></li>
<li><a href="https://alvarotrigo.com/fullPage/extensions/ko/"><span class="flag flag-korean"></span>한국어</a></li>
<li><a href="https://alvarotrigo.com/fullPage/extensions/es/"><span class="flag flag-spanish"></span>Español</a></li>
<li><a href="https://alvarotrigo.com/fullPage/extensions/zh/"><span class="flag flag-chinese"></span>中文</a></li>
<li><a href="https://alvarotrigo.com/fullPage/extensions/br/"><span class="flag flag-brazilian"></span>Português Brasileiro</a></li>
35 changes: 21 additions & 14 deletions lang/website/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Create Beautiful Fullscreen Scrolling Websites: Crea increibles páginas web con
Download: Descargar
View on GitHub: Ver en GitHub
Open: Abierto
fullPage.js is actively mantained and community driven.: Mantenido activamente e impulsado por la comunidad.
Solving developers' issues since 2013.: Haciendo la vida fácil a desarrolladores desde 2013.
js is actively maintained and community driven: js está bajo constante mantenimiento y es impulsado por la comunidad.
Solving developers' issues since 2013: Haciendo la vida fácil a desarrolladores desde 2013.
commits: commits
closed issues: dudas resueltas
contributors: contribuyentes
Expand All @@ -21,8 +21,8 @@ Compatible: Compatible
Easy!: Fácil!
See in Codepen: Ver en Codepen
Touch me!: Tócame!
Designed for mobiles and tablets, totally responsive.: Diseñado para móviles y tablets, totalmente responsive.
Because not only kids like to grab things.: Porque no sólamente a los niños les gusta tocar cosas.
Designed for mobiles and tablets, totally responsive: Diseñado para móviles y tablets, totalmente responsive
Because not only kids like to grab things: Porque no sólamente a los niños les gusta tocar cosas

#MENU
Wordpress Theme: Plantilla Wordpress
Expand All @@ -33,12 +33,12 @@ Docs: Documentación
Contact: Contacto

#sections content
Proud of being the most complete framework of its kind.: Orgulloso de ser el framework más completo de su categoría.
Trusted by the most innovative companies.: Usado por las compañias más innovadoras.
Working in modern and old browsers too! Even IE 9!: Funcional en todo tipo de navegadores! Incluso IE 9!.
Proud of being the most complete framework of its kind: Orgulloso de ser el framework más completo de su categoría
Trusted by the most innovative companies: Usado por las compañias más innovadoras
Working in modern and old browsers too!: Funcional en todo tipo de navegadores!
Make a beautiful site for all! Not just a few!: Haz una página bonita para todos no solo para unos pocos!
fullPage.js is designed to be easy to use and customize.: fullPage.js está diseñado para ser fácil de usar y configurar.
It inludes tens of examples, great documentation and both community and personal support.: Incluye decenas de ejemplos, una documentación increible y suporte tanto personal como de la comunidad.
js is designed to be easy to use and customize: js está diseñado para ser fácil de usar y configurar
It includes tens of examples, great documentation and both community and personal support: Incluye decenas de ejemplos, una documentación increible y suporte tanto personal como de la comunidad

#examples
Navigation: Navegación
Expand Down Expand Up @@ -75,18 +75,19 @@ Callbacks: Callbacks
Functions and methods: Funciones y métodos

#extras
documentation-link: https://github.com/alvarotrigo/fullPage.js/tree/master/lang/spanish#fullpagejs
documentation-link: https://alvarotrigo.com/fullPage/docs/es/
documentation-link-github: https://github.com/alvarotrigo/fullPage.js/tree/master/lang/spanish
extensions-link: https://alvarotrigo.com/fullPage/extensions/es/
lang: es
flag-name: flag-spanish
language-name: Español
canonical-link: https://alvarotrigo.com/fullPage/es/
language-menu:
<li><a href="https://alvarotrigo.com/fullPage/"><span class="flag flag-english"></span>English</a></li>
<li><a href="https://alvarotrigo.com/fullPage/ru/"><span class="flag flag-russian"></span>Pусский</a></li>
<li><a href="https://alvarotrigo.com/fullPage/ko/"><span class="flag flag-korean"></span>한국어</a></li>
<li><a href="https://alvarotrigo.com/fullPage/ja/"><span class="flag flag-japanese"></span>日本語</a></li>
<li><a href="https://alvarotrigo.com/fullPage/ru/"><span class="flag flag-russian"></span>Pусский</a></li>
<li><a href="https://alvarotrigo.com/fullPage/zh/"><span class="flag flag-chinese"></span>中文</a></li>
<li><a href="https://alvarotrigo.com/fullPage/br/"><span class="flag flag-brazilian"></span>Português Brasileiro</a></li>

# Extensions website
Need some extra feature? Fullpage.js provides extensions that you can use to enhance its already amazing behavior!: Necesitas funcionalidad extra? Fullpage.js provee extensiones que puedes usar para mejorar su ya increible funcionamiento!
Expand Down Expand Up @@ -136,7 +137,7 @@ Staging / dev domains: Dominios de desarrollo
Trusted by the world’s most innovative companies: Usada por las compañías más innovadoras del mundo
People love fullPage.js!: La gente ama fullPage.js!
Vertical Navigation: Navegación vertical
Add the stylesheet after jquery.fullpage.css and... that's it!: Incluye la hoja de estilos después de jquery.fullpage.css y... eso es todo!
Add the stylesheet after fullpage.css and... that's it!: Incluye la hoja de estilos después de fullpage.css y... eso es todo!
Available in 2 sizes: Disponible en 2 idiomas
Get all navigation styles from £9: Consigue todos los estilos de navegación por £9
Subscribe: Subscríbete
Expand Down Expand Up @@ -164,9 +165,15 @@ Upon request: Bajo petición
new activation keys can be provided for staging or developing domains to a maximum of 3.: Dominios de desarrollo podrán optar a un máximo de 3 claves de activación.
No activation key is necessary for `localhost` and `127.0.0.1`.: No se necesta clave de activación para `localhost` y `127.0.0.1`.
Any other staging domains will require a license (Professional or Business) that allows to generate a new key for those.: Cualquier otro dominio de desarrollo requerirá una licencia (Profesional or Business) que permita generar nuevas claves de activación para ellos.

#extensions bundle:
All extensions bundle: Pack completo
Get all the extensions starting from $119!: Consigue todas las extensiones desde $119!
Including future ones!: Incluyendo las que vayan saliendo!
Get the extensions pack!: Quiero el pack completo!

language-menu-extensions:
<li><a href="https://alvarotrigo.com/fullPage/extensions/"><span class="flag flag-english"></span>English</a></li>
<li><a href="https://alvarotrigo.com/fullPage/extensions/ru/"><span class="flag flag-russian"></span>Pусский</a></li>
<li><a href="https://alvarotrigo.com/fullPage/extensions/ko/"><span class="flag flag-korean"></span>한국어</a></li>
<li><a href="https://alvarotrigo.com/fullPage/extensions/zh/"><span class="flag flag-chinese"></span>中文</a></li>
<li><a href="https://alvarotrigo.com/fullPage/extensions/br/"><span class="flag flag-brazilian"></span>Português Brasileiro</a></li>
Loading

0 comments on commit 9c83e71

Please sign in to comment.