add onScroll Method in scrollBoard, fix ISSUE #34#35
Open
dadanliu wants to merge 1 commit intoDataV-Team:masterfrom
dadanliu:addOnScrollEventInScrollBoard
Open
add onScroll Method in scrollBoard, fix ISSUE #34#35dadanliu wants to merge 1 commit intoDataV-Team:masterfrom dadanliu:addOnScrollEventInScrollBoard
dadanliu wants to merge 1 commit intoDataV-Team:masterfrom
dadanliu:addOnScrollEventInScrollBoard
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
该PR的类型是? (至少选择一个)
该PR是否向下兼容? (选择任一)
如果为否,请描述冲突情况:
涉及到的ISSUE:
fix #xxx[,#xxx], "xxx"为ISSUE序号)是否在Chrome浏览器下进行过测试?
如果这是一个新特性或新组件相关的PR,请提供如下信息
提交新特性或新组件前请先发起一个相关的ISSUE请求
如果不是单纯的数据轮播,想去控制根据滚动的数据和序号配合数据去动态控制轮播的暂停和继续,现在没有这个事件;
比如我是一个websocket 持续推送实时消息的来保证每次有新数据则滚动,如果没有新数据则不滚动,这个场景需要类似监听这个scroll的事件,并暴露pause 和resume的方法
其他信息: