Skip to content

Commit

Permalink
Add waitForRender to root animation options
Browse files Browse the repository at this point in the history
  • Loading branch information
guyca committed Feb 12, 2019
1 parent 3766a1a commit 298ec43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/src/interfaces/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,10 @@ export interface OptionsAnimationProperties {
* Animate the element over rotation
*/
rotation?: OptionsAnimationPropertyConfig;
/**
* Wait for the root view to render before start animation
*/
waitForRender?: boolean;
}

export interface IconInsets {
Expand Down

0 comments on commit 298ec43

Please sign in to comment.