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

Rename startApp animation to setRoot

Guy Carmeli преди 7 години
родител
ревизия
d0e610d290
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3
    3
      lib/src/interfaces/Options.ts

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

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,