Skip to content

API Reference / @gtkx/animated / AnimatedProp

Type Alias: AnimatedProp<T>

AnimatedProp<T> = T | FluidValue<Exclude<T, undefined>> | AnimatedItems<Exclude<T, undefined>>

Defined in: packages/animated/dist/types.d.ts:8

A prop value that an animated component also accepts as a spring or an interpolation.

Type Parameters

T

T

Released under the MPL-2.0 License.