소스 검색

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.