浏览代码

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 {