Searched refs:currentScrollTop (Results 1 – 1 of 1) sorted by relevance
13 const currentScrollTop = container.scrollTop; constant14 if (pos < currentScrollTop + margin) {16 } else if (pos > (currentScrollTop + 3 * margin)) {