فهرست منبع

Tweak comments.

NaotoshiFujita 3 سال پیش
والد
کامیت
baf00b747b
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      src/js/types/options.ts

+ 3 - 3
src/js/types/options.ts

@@ -240,7 +240,8 @@ export interface ResponsiveOptions {
   speed?: number;
   speed?: number;
 
 
   /**
   /**
-   * Determines whether to rewind the slider or not.
+   * Determines whether to rewind the carousel or not.
+   * This is ignored when the `type` option is `'loop'`.
    */
    */
   rewind?: boolean;
   rewind?: boolean;
 
 
@@ -250,8 +251,7 @@ export interface ResponsiveOptions {
   rewindSpeed?: number;
   rewindSpeed?: number;
 
 
   /**
   /**
-   * Allows to rewind by drag.
-   * The slider `type` must be `slide` (or `undefined`) and the `drag` option must be enabled.
+   * Allows to rewind a carousel by drag if the `rewind` option is enabled.
    */
    */
   rewindByDrag?: boolean;
   rewindByDrag?: boolean;