Skip to content

API Reference / @gtkx/animated / Spring

Function: Spring()

Call Signature

Spring<State>(props): Element | null

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

Type Parameters

State

State extends object

Parameters

props

object & Omit<SpringComponentProps<NoInfer<State>>, "to" | "from">

Returns

Element | null

Call Signature

Spring<State>(props): Element | null

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

Type Parameters

State

State extends object

Parameters

props

object & Omit<SpringComponentProps<NoInfer<State>>, "to">

Returns

Element | null

Released under the MPL-2.0 License.