UNPKG

@thejlifex/ngx-scroll-spy

Version:

An Angular library that can spy the position of elements (inside a scrollable container) and emit the currently active (visible) element in the viewport.

6 lines (5 loc) 152 B
import { SpyTarget } from './spy-target'; export interface SpyTargetIsIntersectingEvent { spyTarget: SpyTarget; isIntersecting: boolean; }