| 
				
			 | 
			
			
				@@ -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, 
			 |