Explorar o código

Add a comment.

Naotoshi Fujita %!s(int64=3) %!d(string=hai) anos
pai
achega
cbedb41591
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      src/js/types/options.ts

+ 5 - 0
src/js/types/options.ts

@@ -183,6 +183,11 @@ export interface Options extends ResponsiveOptions {
    */
   live?: boolean;
 
+  /**
+   * If `true` and the `focus` option is available:
+   * - Disables the next arrow when a carousel reaches the last page even if the active slide is not the last slide.
+   * - Omits redundant pagination dots which just change the active slide and do not move a carousel.
+   */
   compact?: boolean;
 
   /**