📄 scrollTop.js
/home/palash/git/site/node_modules/dom-helpers/esm/scrollTop.js
Language: js • Lines: 9
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');