mobile-motion-patterns

Installation
SKILL.md

Mobile motion patterns

All animation in web/mobile uses the motion package through the shared presets module src/lib/motion/presets.ts. Components never define their own durations, easings, or springs.

The presets

Consume via the hook (reduced-motion aware — this is mandatory):

import {useMotionPresets} from "@/lib/motion/presets"

const {sharedAxisPush, sheetSlideUp, crossfade, reduced} = useMotionPresets()
Installs
1
GitHub Stars
4.7K
First Seen
1 day ago
mobile-motion-patterns — agenta-ai/agenta