Posts by Uana Loko Games • 1 point
1 post
-
-2
votes2
answers217
viewsA: How do I control a video from Scroll?
window.onscroll = function() { myFunction()}; var video = document.getElementById('videotrailer'); function myFunction() { if (document.body.scrollTop > 350) { this.video.pause(); } else{…