Skip to content

Commit 94fa1fb

Browse files
committed
merged
2 parents afed4e4 + f467904 commit 94fa1fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parallax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
var overScroll = this.overScrollFix ? Parallax.overScroll : 0;
224224
var scrollBottom = scrollTop + Parallax.winHeight;
225225

226-
if (this.boxOffsetBottom > scrollTop && this.boxOffsetTop < scrollBottom) {
226+
if (this.boxOffsetBottom > scrollTop && this.boxOffsetTop <= scrollBottom) {
227227
this.visibility = 'visible';
228228
} else {
229229
this.visibility = 'hidden';

parallax.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)