no-scrolling
v1.1.4
Published
no-scrolling
Downloads
36
Readme
Installation
禁止页面滚动,将页面停留在当前位置,允许滚动后,恢复滚动,并将页面还原到当前位置
install with NPM
npm install no-scrolling --save
function
function | Explanation ----|---- disableScroll | 禁止滚动 enableScroll | 恢复滚动
Usage
<body>
<div id="app">
<!-- 页面内容 -->
</div>
<body>
import { disableScroll, enableScroll } from 'no-scrolling'
disableScroll()
// enableScroll()
Params
Parameter | Explanation | 必填 | default ----|----|----|---- domId | 最外部容器id | 是 | app