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