1.1.4 • Published 12 months ago

no-scrolling v1.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

Installation

禁止页面滚动,将页面停留在当前位置,允许滚动后,恢复滚动,并将页面还原到当前位置

install with NPM

npm install no-scrolling --save

function

functionExplanation
disableScroll禁止滚动
enableScroll恢复滚动

Usage

<body>
  <div id="app">
    <!-- 页面内容 -->
  </div>
<body>
import { disableScroll, enableScroll } from 'no-scrolling'

disableScroll()
// enableScroll()

Params

ParameterExplanation必填default
domId最外部容器idapp
1.1.0

12 months ago

1.1.4

12 months ago

1.1.3

12 months ago

1.1.2

12 months ago

1.0.0

3 years ago