소스 검색

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,6 +762,11 @@ export interface OptionsAnimationSeparate {
762 762
    ```
763 763
    */
764 764
   waitForRender?: boolean;
765
+  /**
766
+   * Enable or disable the animation
767
+   * @default true
768
+   */
769
+  enabled?: boolean;
765 770
   /**
766 771
    * Configure animations for the top bar
767 772
    */