diff options
author | Michael Foiani <sotech117@michaels-mbp-21.devices.brown.edu> | 2022-09-06 08:46:31 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-21.devices.brown.edu> | 2022-09-06 08:46:31 -0400 |
commit | fd268b7fde8438d9044a384f3632fcab1c08e133 (patch) | |
tree | d1504b3dae811a8998823325cccac02aee3fd34a /index.js | |
parent | 2d21c6efd18b8a393b61012a0d805fccc51759c8 (diff) |
fix links
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,12 +19,11 @@ const observer = new IntersectionObserver(entries => { } }, { threshold: [...Array(THRESHOLD_FIDELITY).keys()].map(num => num/THRESHOLD_FIDELITY), - rootMargin: '-50px', + rootMargin: '-50px' }); // after two seconds pause the video setTimeout(() => { - console.log('fired') videoTitle.pause(); videoTitle.currentTime = 2; observer.observe(videoTitle); |