@guruhotel/aura-hooks
Version:
🪝 Hooks library designed by the Guruhotel team for Aura UI
1 lines • 212 B
JavaScript
export const getScrollStart=({axis:t,parent:e})=>{if(!e&&"undefined"==typeof document)return 0;const n="y"===t?"scrollTop":"scrollLeft";if(e)return e[n];const{body:o,documentElement:r}=document;return o[n]+r[n]};