INNER CODE UNIT · TypeScript
remaining
iamlukethedev/Hermes3D · src/lib/dom/index.ts:31
const remaining = metrics.scrollHeight - metrics.clientHeight - metrics.scrollTop;
return remaining <= thresholdPx;
};
INNER CODE UNIT · TypeScript
iamlukethedev/Hermes3D · src/lib/dom/index.ts:31
const remaining = metrics.scrollHeight - metrics.clientHeight - metrics.scrollTop;
return remaining <= thresholdPx;
};