Skip to content

API Reference / @gtkx/animated / TransitionTo

Type Alias: TransitionTo<Item, State>

TransitionTo<Item, State> = Falsy | OneOrMore<ControllerUpdate<State, Item>> | Function | ((item, index) => ControllerUpdate<State, Item> | SpringChain<State> | SpringToFn<State> | Falsy)

Defined in: node_modules/.pnpm/@react-spring+core@10.1.2_react@19.2.8/node_modules/@react-spring/core/dist/react-spring_core.modern.d.mts:738

Type Parameters

Item

Item

State

State extends Lookup = Lookup

Released under the MPL-2.0 License.