Update the state of each controller without animating.
(values: Partial<State>)
| 35 | |
| 36 | /** Update the state of each controller without animating. */ |
| 37 | set(values: Partial<State>): void |
| 38 | /** Update the state of each controller without animating based on their passed state. */ |
| 39 | set(values: (index: number, ctrl: Controller<State>) => Partial<State>): void |
| 40 |
no outgoing calls