浏览代码

Rename startApp animation to setRoot

Guy Carmeli 6 年前
父节点
当前提交
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,