0.0.1 • Published 5 years ago

@jxh/fix-scroll v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

fix-scroll

基于iscroll的滑动吸顶组件

use

npm install @jxh/fix-scroll

props

namedescriptiontypeisRequired
fixEle需要吸顶元素类名stringtrue
headEle头部元素类名stringfalse
configiscroll配置对象stringfalse
className自定义样式stringfalse
handleScrollStart滚动开始事件functionfalse
handleScroll滚动事件functionfalse
handleScrollEnd滚动结束事件functionfalse

events

functiondescription
scrollTo(x, y, time, easing)滚动到任意的位置
scrollToElement(el, time, offsetX, offsetY, easing)强制的参数就是el。传递一个元素或者一个选择器。滚动到某个元素左上角位置
fixEleScrollTo(x, y)吸顶元素滚动到任意的位置
refresh刷新

demo

npm.io