Skip to content

Commit

Permalink
Update waitForRender documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
guyca committed Feb 11, 2019
1 parent dfd894a commit 3766a1a
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions lib/src/interfaces/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -726,16 +726,20 @@ export interface OptionsAnimationSeparate {
/**
* Wait for the View to render before start animation
* Example:
```js
animations: {
push: {
waitForRender: true
},
showModal: {
waitForRender: true
}
}
```
```js
animations: {
push: {
waitForRender: true
},
showModal: {
waitForRender: true
},
setRoot: {
waitForRender: true
}
}
}
```
*/
waitForRender?: boolean;
/**
Expand Down

0 comments on commit 3766a1a

Please sign in to comment.