Skip to content

API Reference / @gtkx/animated / FrameValue / IdleEvent

Interface: IdleEvent<T>

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

A parent is done animating

Type Parameters

T

T = any

Properties

parent

parent: FrameValue<T>

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


type

type: "idle"

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

Released under the MPL-2.0 License.