Skip to content

Commit

Permalink
Added setStackRoot animation property in interface (#5499)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdB97 authored and guyca committed Oct 31, 2019
1 parent 8af95da commit fcdbe79
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 @@ -846,6 +846,10 @@ export interface StackAnimationOptions {
* Used for configuring command animations
*/
export interface AnimationOptions {
/**
* Configure the setStackRoot animation
*/
setStackRoot?: ScreenAnimationOptions;
/**
* Configure the setRoot animation
*/
Expand Down

0 comments on commit fcdbe79

Please sign in to comment.