浏览代码

Update Readme.md.

NaotoshiFujita 5 年之前
父节点
当前提交
dc27f405ad
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -115,7 +115,9 @@ Here is a list of options and brief explanations. Visit [this page](https://spli
 * **preloadPages**: Determine how many pages around an active slide should be loaded beforehand. This only works the lazyLoad option is “nearby”.
 * **keyboard**: Whether to control a slider via keyboard.
 * **drag**: Whether to allow mouse drag and touch swipe.
-* **flickThreshold**: Threshold for determining if the action is “flick” or “swipe”.
+* **dragAngleThreshold**: The angle threshold for drag.
+* **swipeDistanceThreshold**: Distance threshold for determining if the action is "flick" or "swipe".
+* **flickVelocityThreshold**: Velocity threshold for determining if the action is "flick" or "swipe".
 * **flickPower**: Determine power of flick. The larger number this is, the farther a slider runs by flick.
 * **flickMaxPages**: Limit a number of pages to move by flick.
 * **direction**: Slider direction.