Pārlūkot izejas kodu

Added setStackRoot animation property in interface (#5499)

Niels de Bruin 5 gadus atpakaļ
vecāks
revīzija
fcdbe79dc3
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4
    0
      lib/src/interfaces/Options.ts

+ 4
- 0
lib/src/interfaces/Options.ts Parādīt failu

@@ -846,6 +846,10 @@ export interface StackAnimationOptions {
846 846
  * Used for configuring command animations
847 847
  */
848 848
 export interface AnimationOptions {
849
+  /**
850
+   * Configure the setStackRoot animation
851
+   */
852
+  setStackRoot?: ScreenAnimationOptions;
849 853
   /**
850 854
    * Configure the setRoot animation
851 855
    */