Procházet zdrojové kódy

Add to interface OptionsAnimationProperties (#4780)

taichi-jp před 6 roky
rodič
revize
6065bd1345
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5
    0
      lib/src/interfaces/Options.ts

+ 5
- 0
lib/src/interfaces/Options.ts Zobrazit soubor

698
    * Wait for the root view to render before start animation
698
    * Wait for the root view to render before start animation
699
    */
699
    */
700
   waitForRender?: boolean;
700
   waitForRender?: boolean;
701
+  /**
702
+   * Enable or disable the animation
703
+   * @default true
704
+   */
705
+  enabled?: boolean;
701
 }
706
 }
702
 
707
 
703
 export interface IconInsets {
708
 export interface IconInsets {