Skip to content

API Reference / @gtkx/animated / TransitionRenderFn

Interface: TransitionRenderFn()<Item, State>

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:726

Type Parameters

Item

Item = any

State

State extends Lookup = Lookup

TransitionRenderFn(values, item, transition, index): ReactNode

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:727

Parameters

values

SpringValues<State>

item

Item

transition

TransitionState<Item, State>

index

number

Returns

ReactNode

Released under the MPL-2.0 License.