Skip to content

Commit 7ec2c77

Browse files
authored
Merge pull request #3 from Voog/2-commonpage-long-content
Remove threshold from `IntersectionObserver`
2 parents 435b9f2 + 76eec03 commit 7ec2c77

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

javascripts/application.js

-3
Original file line numberDiff line numberDiff line change
@@ -855,9 +855,6 @@
855855
entry.target.classList.add('visible');
856856
}
857857
});
858-
},
859-
{
860-
threshold: 0.7,
861858
}
862859
);
863860

0 commit comments

Comments
 (0)