API Reference / @gtkx/animated / Transition
Function: Transition()
Transition<
Item,Props>(props):Element
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:1295
Type Parameters
Item
Item
Props
Props extends TransitionComponentProps<Item, any>
Parameters
props
TransitionComponentProps<Item, any> | Props & { [P in string | number | symbol]: (Pick<Props, Exclude<keyof Props, InvalidKeys<Props, TransitionComponentProps<Item, Props>>>> & { [K in "reverse" | "sort" | "keys" | "items" | "ref" | "cancel" | "loop" | "config" | "from" | "pause" | "reset" | "immediate" | "default" | "delay" | "trail" | "expires" | "initial" | "enter" | "update" | "leave" | "children" | "onProps" | "onStart" | "onChange" | "onPause" | "onResume" | "onRest" | "onDestroyed" | "exitBeforeEnter"]: never })[P] }
Returns
Element