dashboard/frontend/node_modules/dom-helpers/esm/scrollTop.js
2025-12-16 08:16:27 +09:00

9 lines
No EOL
235 B
JavaScript

import getScrollAccessor from './getScrollAccessor';
/**
* Gets or sets the scroll top position of a given element.
*
* @param node the element
* @param val the position to set
*/
export default getScrollAccessor('pageYOffset');