Function: useIsAtBottom()
useIsAtBottom(
threshold?):boolean
Defined in: src/infrastructure/viewport/viewport.service.ts:142
Checks whether the page is scrolled to (or near) the bottom.
Parameters
threshold?
number = 50
Pixel tolerance from the bottom (default: 50).
Returns
boolean
true if within threshold pixels of the bottom.