Start the queued animations of each controller.
()
| 40 | |
| 41 | /** Start the queued animations of each controller. */ |
| 42 | start(): AsyncResult<Controller<State>>[] |
| 43 | /** Update every controller with the same props. */ |
| 44 | start(props: ControllerUpdate<State>): AsyncResult<Controller<State>>[] |
| 45 | /** Update controllers based on their state. */ |
no outgoing calls