UNPKG

smooth-scrollbar

Version:

Customize scrollbar in modern browsers with smooth scrolling experience.

7 lines 280 B
import { debounce } from '../utils'; 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