scrollTop.js 235 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 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');