|  | 
 |  | 
 | 
												
													
														| 76 |      }
 | 76 |      }
 | 
												
													
														| 77 |    });
 | 77 |    });
 | 
												
													
														| 78 |    ControllerRegistry.registerController(controllerID, () => Controller);
 | 78 |    ControllerRegistry.registerController(controllerID, () => Controller);
 | 
												
													
														| 79 | -  ControllerRegistry.setRootController(controllerID);
 |  | 
 | 
												
													
														|  | 
 | 79 | +  ControllerRegistry.setRootController(controllerID, params.animationType, params.passProps || {});
 | 
												
													
														| 80 |  }
 | 80 |  }
 | 
												
													
														| 81 |  
 | 81 |  
 | 
												
													
														| 82 |  function startSingleScreenApp(params) {
 | 82 |  function startSingleScreenApp(params) {
 | 
												
											
												
													
														|  | 
 |  | 
 | 
												
													
														| 134 |      }
 | 134 |      }
 | 
												
													
														| 135 |    });
 | 135 |    });
 | 
												
													
														| 136 |    ControllerRegistry.registerController(controllerID, () => Controller);
 | 136 |    ControllerRegistry.registerController(controllerID, () => Controller);
 | 
												
													
														| 137 | -  ControllerRegistry.setRootController(controllerID);
 |  | 
 | 
												
													
														|  | 
 | 137 | +  ControllerRegistry.setRootController(controllerID, params.animationType, params.passProps || {});
 | 
												
													
														| 138 |  }
 | 138 |  }
 | 
												
													
														| 139 |  
 | 139 |  
 | 
												
													
														| 140 |  function _mergeScreenSpecificSettings(screenID, screenInstanceID, params) {
 | 140 |  function _mergeScreenSpecificSettings(screenID, screenInstanceID, params) {
 |