API Reference / @gtkx/animated / OnStart
Type Alias: OnStart<TResult, TSource, Item>
OnStart<
TResult,TSource,Item> =EventHandler<TResult,TSource,Item>
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:637
Called before the first frame of every animation. From inside the requestAnimationFrame callback.
Type Parameters
TResult
TResult extends Readable
TSource
TSource
Item
Item = undefined