compoundHover + tap stackA row of chips that lift on hover and depress on tap, with a per-item spring.
createAnimateMinicreateAnimateMiniWAAPI-only sibling of createAnimate — smallest bundle for transform & opacity sequences.
createAnimationFramecreateAnimationFrameRun a callback every frame — drive a signal and a motion value from one rAF loop.
reducedMotioncreateReducedMotionConfigRead the resolved reduced-motion preference — combines the OS setting with MotionConfig.
transition.pathTransition along an arcSet `transition.path = arc()` to follow a curved bezier path between keyframes instead of the default straight line.
popLayoutAnimatePresence — slide carouselArrow buttons slide a card; exit direction depends on the press.
instantcreateInstantLayoutTransitionSkip the layout animation for a single update — instant snap vs animated reorder.
dragConstraints={ref}Drag — bounded by parentPass a DOM element as constraint — the box stays inside.
createInViewcreateInViewA boolean accessor — flip any UI from the imperative IntersectionObserver primitive.
low-levelcreateCombinedMotionValueLow-level: build a tuple motion value and explicitly subscribe its sources.
createFollowValuecreateFollowValueTrail a source value with a tween — no spring physics, no overshoot.
MotionValuecreateMotionValue + createTransformDrag a slider — motion values feed both the dot and a live counter.
createMotionValueEventcreateMotionValueEventSubscribe to every change of a motion value — drag and watch the readout.