1.0.7 • Published 1 year ago

js-scroll_puncture v1.0.7

Weekly downloads
1
License
ISC
Repository
github
Last release
1 year ago

js-scroll_puncture

Installation

cnpm install js-scroll_puncture

Usage

/**

  • 方法说明
  • @method openModal
  • @param {string} type 判断使用何种类型解决方案
  • "1":全局禁止默认点击事件(适用于弹框内无滚动要求)
  • "2":设置body.position和body.scrollTop(适用于弹框有滚轮要求)
  • "3":仅禁止pc滚动事件
  • */
import {clickPop,closePop} from 'js-scroll_puncture'

function openModal(type){
  clickPop()
  //do something
}

function closeModal(type){
  closePop()
  //do something
}
1.0.7

1 year ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago