소스 검색

Add waitForRender to root animation options

Guy Carmeli 5 년 전
부모
커밋
298ec43f27
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      lib/src/interfaces/Options.ts

+ 4
- 0
lib/src/interfaces/Options.ts 파일 보기

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