Browse Source

Rename startApp animation to setRoot

Guy Carmeli 6 years ago
parent
commit
d0e610d290
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      lib/src/interfaces/Options.ts

+ 3
- 3
lib/src/interfaces/Options.ts View File

640
 
640
 
641
 export interface OptionsAnimations {
641
 export interface OptionsAnimations {
642
   /**
642
   /**
643
-   * Configure the start app animation
643
+   * Configure the setRoot animation
644
    */
644
    */
645
-  startApp?: OptionsAnimationProperties;
645
+  setRoot?: OptionsAnimationProperties;
646
   /**
646
   /**
647
    * Configure what animates when a screen is pushed
647
    * Configure what animates when a screen is pushed
648
    */
648
    */
703
    *
703
    *
704
    * Example:
704
    * Example:
705
 ```js
705
 ```js
706
-startApp: {
706
+setRoot: {
707
   y: {
707
   y: {
708
     from: 1000,
708
     from: 1000,
709
     to: 0,
709
     to: 0,