Skip to content

Commit 828937f

Browse files
committed
Merge branch 'mjrev-patch-1'
2 parents afed4e4 + 94fa1fb commit 828937f

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)