Motioneyes Animation Debug

Diagnose, fix, or validate SwiftUI animation and scroll behavior by temporarily instrumenting views with MotionEyes, capturing console traces over time, and comparing motion data to user intent or test expectations. Use when users report bugs such as wrong direction, premature fade, timing or easing mismatch, unexpected movement, missing movement, incorrect relative movement between views, scroll jumps, scroll restoration drift, content-offset desynchronization, or when they want to turn MotionEyes traces into focused assertions. Prefer XcodeBuildMCP log capture first and fallback to CLI log streaming; remove only agent-added MotionEyes instrumentation after validation.

jordancoin 3e68324 2 files · 18.7 KB Updated

File contents

jordancoin/ios-skills-collection/tree/main/skills/edwardsanchez--motioneyes-animation-debug commit 3e6832454a

Frequently asked questions

npx skillmds@latest add jordancoin/motioneyes-animation-debug