瀏覽代碼

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,9 +640,9 @@ export interface OptionsAnimationSeparate {
640 640
 
641 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 647
    * Configure what animates when a screen is pushed
648 648
    */
@@ -703,7 +703,7 @@ export interface Options {
703 703
    *
704 704
    * Example:
705 705
 ```js
706
-startApp: {
706
+setRoot: {
707 707
   y: {
708 708
     from: 1000,
709 709
     to: 0,