Kaynağa Gözat

Add waitForRender to root animation options

Guy Carmeli 6 yıl önce
ebeveyn
işleme
298ec43f27
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4
    0
      lib/src/interfaces/Options.ts

+ 4
- 0
lib/src/interfaces/Options.ts Dosyayı Görüntüle

694
    * Animate the element over rotation
694
    * Animate the element over rotation
695
    */
695
    */
696
   rotation?: OptionsAnimationPropertyConfig;
696
   rotation?: OptionsAnimationPropertyConfig;
697
+  /**
698
+   * Wait for the root view to render before start animation
699
+   */
700
+  waitForRender?: boolean;
697
 }
701
 }
698
 
702
 
699
 export interface IconInsets {
703
 export interface IconInsets {