UNPKG

perfect-scrollbar

Version:

Minimalistic but perfect custom scrollbar plugin

19 lines (17 loc) 413 B
/* Copyright (c) 2015 Hyunje Alex Jun and other contributors * Licensed under the MIT License */ 'use strict'; module.exports = { wheelSpeed: 1, wheelPropagation: false, swipePropagation: true, minScrollbarLength: null, maxScrollbarLength: null, useBothWheelAxes: false, useKeyboard: true, suppressScrollX: false, suppressScrollY: false, scrollXMarginOffset: 0, scrollYMarginOffset: 0 };