Skip to content

API Reference / @gtkx/animated / GoalValues

Type Alias: GoalValues<T>

GoalValues<T> = FluidProps<T> extends infer Props ? { [P in keyof Props]?: Props[P] | null } : never

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

A set of values for a Controller to animate from/to.

Type Parameters

T

T

Released under the MPL-2.0 License.