Skip to content

API Reference / @gtkx/animated / SpringTo

Type Alias: SpringTo<T>

SpringTo<T> = [T] extends [IsPlainObject<T>] ? never : T | FluidValue<T> | SpringChain<T> | SpringToFn<T> | 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:831

A value that any SpringValue or Controller can animate to.

Type Parameters

T

T = any

Released under the MPL-2.0 License.