Guest User

Untitled

a guest
Feb 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. const options = {
  2.  root: document.querySelector(".scrollContainer"),
  3.  rootMargin: ‘0px’,
  4.  threshold: [0.3, 0.5, 0.8, 1]
  5.  };
  6.  const observer = new IntersectionObserver(handler, options);
Add Comment
Please, Sign In to add comment