Repository: incubator-weex-site
Updated Branches:
  refs/heads/master d69f8bd28 -> 0e3ca19f2


 [WEEX-86] [doc] update 'scrollstart' and 'scrollend' 's doc and demos.


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/0e3ca19f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/0e3ca19f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/0e3ca19f

Branch: refs/heads/master
Commit: 0e3ca19f2e23c1ee695d6655c0115c9948dd9314
Parents: d69f8bd
Author: doumafang <doumaf...@gmail.com>
Authored: Wed Jan 31 11:51:01 2018 +0800
Committer: doumafang <doumaf...@gmail.com>
Committed: Wed Jan 31 11:51:01 2018 +0800

----------------------------------------------------------------------
 source/cn/references/components/scroller.md | 2 ++
 source/references/components/scroller.md    | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0e3ca19f/source/cn/references/components/scroller.md
----------------------------------------------------------------------
diff --git a/source/cn/references/components/scroller.md 
b/source/cn/references/components/scroller.md
index e5d3c48..975d9ba 100644
--- a/source/cn/references/components/scroller.md
+++ b/source/cn/references/components/scroller.md
@@ -73,6 +73,8 @@ version: 2.1
     - `x {number}`: x轴上的偏移量
     - `y {number}`: y轴上的偏移量
 
+- 支持 `scrollstart` 和 `scrollend` 事件 <sup class="wx-v">0.17+</sup> 
.当列表开始或者结束滚动的时候会分别触发相应的 
`scrollstart` 和 `scrollend` 事件,当前的内
容高度和列表偏移会在callback中返回。可以参见这个[example](http://dotwe.org/vue/fd1b271fa1fa100cefb40f8d69198a1b)
+
 - 通用事件
 
   支持所有通用事件:

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0e3ca19f/source/references/components/scroller.md
----------------------------------------------------------------------
diff --git a/source/references/components/scroller.md 
b/source/references/components/scroller.md
index 89310d3..68e1bfb 100644
--- a/source/references/components/scroller.md
+++ b/source/references/components/scroller.md
@@ -57,7 +57,7 @@ common styles: check out [common styles for 
components](../common-style.html)
 
 - support `scroll` event <sup class="wx-v">0.12+</sup> .The `scroll` should be 
used in concert with offset-accuracy. This event is fired when the list 
scrolls. The current contentOffset value is given in this event callback.  See 
details in [example](http://dotwe.org/vue/9ef0e52bacaa20182a693f2187d851aa).
 
-- support `scrollstart` and `scrollend` event <sup class="wx-v">0.17+</sup> 
.These events are fired when the list begins or ends scrolling.The current 
contentSize and contentOffset value are given in this event callback.  See 
details in [example](http://dotwe.org/vue/ba8045f24bf6e1265bb51e94b5ef418c).
+- support `scrollstart` and `scrollend` event <sup class="wx-v">0.17+</sup> 
.These events are fired when the list begins or ends scrolling.The current 
contentSize and contentOffset value are given in this event callback.  See 
details in [example](http://dotwe.org/vue/fd1b271fa1fa100cefb40f8d69198a1b)
 
 
 ## Restrictions

Reply via email to