Hanks10100 closed pull request #212: Update slider.md
URL: https://github.com/apache/incubator-weex-site/pull/212
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/source/references/components/slider.md 
b/source/references/components/slider.md
index 05cfd3dbb..18377e293 100644
--- a/source/references/components/slider.md
+++ b/source/references/components/slider.md
@@ -21,11 +21,12 @@ It supports all kinds of weex components as its slides, 
especially the `indicato
 - `auto-play`: <boolean> `true` | `false`. This value determines whether 
the slides plays automatically after the page rendering finished. The default 
value is `false`.
 - `interval`: <number> millisecond. This value determines time interval 
for each page displayed in slider.
 - `index`: <number> . This value determines the  index of current shown slide. 
The default value is `0`.
-- `offset-x-accuracy {float}`:set the scroll event trigger precision, 
precision value represents the rolling distance of a page width ratio.
-- `show-indicators {boolean}`:set whether to display indicator
-- `infinite {boolean}`:set whether the page in the slider can be scrolled
-- `scrollable {boolean}`:set whether slider pages can be switched by sliding 
gestures
-- `keep-index {boolean}`:set whether to maintain the index of the page after 
the data changes
+- `offset-x-accuracy {float}`: set the scroll event trigger precision, 
precision value represents the rolling distance of a page width ratio.
+- `show-indicators {boolean}`: set whether to display indicator
+- `infinite {boolean}`: set whether the page in the slider can be scrolled
+- `scrollable {boolean}`: set whether slider pages can be switched by sliding 
gestures
+- `keep-index {boolean}`: set whether to maintain the index of the page after 
the data changes
+- `forbid-slide-animation {boolean}`: {iOS Only}. On iOS animation is enabled 
by default, and here we provide this attribute to shutdown animation on iOS.
 
 - `index {number}`: specify current page index of slider
   [try in dotWe](http://dotwe.org/vue/58a29d38247e7946a6db44e1b616f082)


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to