Преглед на файлове

Add enabled property to OptionsAnimationSeparateType (#4832)

larryranches преди 6 години
родител
ревизия
996f2b11ff
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5
    0
      lib/src/interfaces/Options.ts

+ 5
- 0
lib/src/interfaces/Options.ts Целия файл

762
    ```
762
    ```
763
    */
763
    */
764
   waitForRender?: boolean;
764
   waitForRender?: boolean;
765
+  /**
766
+   * Enable or disable the animation
767
+   * @default true
768
+   */
769
+  enabled?: boolean;
765
   /**
770
   /**
766
    * Configure animations for the top bar
771
    * Configure animations for the top bar
767
    */
772
    */