UNPKG

smooth-scrollbar

Version:

Customize scrollbar in modern browsers with smooth scrolling experience.

7 lines 283 B
import debounce from 'lodash.debounce'; import { eventScope, } from '../utils/'; export function resizeHandler(scrollbar) { var addEvent = eventScope(scrollbar); addEvent(window, 'resize', debounce(scrollbar.update.bind(scrollbar), 300)); } //# sourceMappingURL=resize.js.map