Skip to content

Commit

Permalink
Add missing type interface "waitForRender" (#4577)
Browse files Browse the repository at this point in the history
Add missing type interface "waitForRender"
  • Loading branch information
minhtc authored and guyca committed Jan 13, 2019
1 parent 6c33842 commit f1ef49e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/src/interfaces/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,21 @@ export interface OptionsAnimationPropertiesId extends OptionsAnimationProperties
}

export interface OptionsAnimationSeparate {
/**
* Wait for the View to render before start animation
* Example:
```js
animations: {
push: {
waitForRender: true
},
showModal: {
waitForRender: true
}
}
```
*/
waitForRender?: boolean;
/**
* Configure animations for the top bar
*/
Expand Down

0 comments on commit f1ef49e

Please sign in to comment.