AI AGENT ADDONS
Mobile Development
2,042installs

Designing mobile apps that feel alive and responsive is easy with the right touch gestures and animations. This guide shows how to apply classic animation principles to iOS and Android interactions. You will learn about spring physics, haptic feedback, and smooth transitions that make apps delightful to use.

Every tap, swipe, or long-press can trigger a visual or tactile response. The key is timing and natural motion. Touch acknowledgement should happen in under 100 milliseconds. View transitions work best between 250 and 350 milliseconds. Pairing haptic feedback with visuals makes each action feel complete.

Platforms like iOS and Android offer built-in tools for spring animations and haptic patterns. Use rubber-banding on scroll limits, momentum scrolling for lists, and parabolic arcs for swipe-to-dismiss. Aim for 60 frames per second minimum, and always respect safe areas and device cutouts.

Add Mobile Touch skill to your workflow

Global

mkdir -p ~/.claude/skills/mobile-touch

Project

mkdir -p .claude/skills/mobile-touch

Source Repository

Stars
54
Forks
10
Watchers
54
License
MIT
Last Push
7 months ago
Created
7 months ago