html 元素滚动条

helei 2020-6-17 1,002 6/17

https://github.com/KingSora/OverlayScrollbars

初始化

                var instance = OverlayScrollbars(document.getElementById("iframe-header"), { 
		className            : "os-theme-dark",
		resize               : "none",
		sizeAutoCapable      : true,
		clipAlways           : true,
		normalizeRTL         : true,
		paddingAbsolute      : false,
		autoUpdate           : null,
		autoUpdateInterval   : 33, 
		updateOnLoad         : ["img"],
		nativeScrollbarsOverlaid : {
			showNativeScrollbars   : false,
			initialize             : true 
		},
		overflowBehavior : {
			x : "scroll",
			y : "hidden"
		},
		scrollbars : {
			visibility       : "hidden",
			autoHide         : "never",
			autoHideDelay    : 800,
			dragScrolling    : true,
			clickScrolling   : false,
			touchSupport     : true,
			snapHandle       : false
		},
		textarea : {
			dynWidth       : false,
			dynHeight      : false,
			inheritedAttrs : ["style", "class"]
		},
		callbacks : {
			onInitialized               : null,
			onInitializationWithdrawn   : null,
			onDestroyed                 : null,
			onScrollStart               : null,
			onScroll                    : null,
			onScrollStop                : null,
			onOverflowChanged           : null,
			onOverflowAmountChanged     : null,
			onDirectionChanged          : null,
			onContentSizeChanged        : null,
			onHostSizeChanged           : null,
			onUpdated                   : null
		}
	});

- THE END -

helei

6月17日12:20

最后修改:2020年6月17日
0

非特殊说明,本博所有文章均为博主原创。