Преглед на файлове

Added setStackRoot animation property in interface (#5499)

Niels de Bruin преди 5 години
родител
ревизия
fcdbe79dc3
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4
    0
      lib/src/interfaces/Options.ts

+ 4
- 0
lib/src/interfaces/Options.ts Целия файл

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