Skip to content

Commit 83940e7

Browse files
authored
Merge pull request alvarotrigo#4527 from alvarotrigo/dev
Merging dev branch 4.0.19
2 parents ff96a6c + 06709e9 commit 83940e7

File tree

18 files changed

+23
-31
lines changed

18 files changed

+23
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
---
2020

21-
![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.18-brightgreen.svg)
21+
![fullPage.js version](https://img.shields.io/badge/fullPage.js-v4.0.19-brightgreen.svg)
2222
[![License](https://img.shields.io/badge/License-GPL-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
2323
[![PayPal Donate](https://img.shields.io/badge/donate-PayPal.me-ff69b4.svg)](https://www.paypal.me/alvarotrigo/9.95)
2424
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/fullpage.js/badge?style=rounded)](https://www.jsdelivr.com/package/npm/fullpage.js)

dist/fullpage.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* fullPage 4.0.18
2+
* fullPage 4.0.19
33
* https://github.com/alvarotrigo/fullPage.js
44
*
55
* @license GPLv3 for open source use only
@@ -24,10 +24,6 @@ html.fp-enabled,
2424
box-sizing: border-box;
2525
height: 100%;
2626
display: block;
27-
28-
/* Avoid flicker in Safari #4522 */
29-
transform: translate3d(0,0,0);
30-
-webkit-transform: translate3d(0,0,0);
3127
}
3228
.fp-slide {
3329
float: left;

dist/fullpage.extensions.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/fullpage.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* fullPage 4.0.18
2+
* fullPage 4.0.19
33
* https://github.com/alvarotrigo/fullPage.js
44
*
55
* @license GPLv3 for open source use only
@@ -5470,7 +5470,7 @@
54705470
});
54715471
});
54725472
var t = ["-"];
5473-
var n = "\x32\x30\x32\x33\x2d\x32\x2d\x31".split("-"),
5473+
var n = "\x32\x30\x32\x33\x2d\x32\x2d\x31\x30".split("-"),
54745474
e = new Date(n[0], n[1], n[2]),
54755475
r = ["se", "licen", "-", "v3", "l", "gp"];
54765476

@@ -5894,7 +5894,7 @@
58945894
}; //public functions
58955895

58965896

5897-
FP.version = '4.0.18';
5897+
FP.version = '4.0.19';
58985898
FP.test = Object.assign(FP.test, {
58995899
top: '0px',
59005900
translate3d: 'translate3d(0px, 0px, 0px)',

dist/fullpage.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)