cyberneticlibrary

Polish user interface details

make-interfaces-feel-betterskillsetup L10
Sheshiyer/skill-clusters
What it does

Improve UI/UX feel with micro-interactions, animations, transitions, and haptic feedback

Best for

Apps feel responsive when micro-interactions (button presses, transitions, haptics) are intentional and tied to user intent rather than gratuitous.

Inputs
  • · ui_component
  • · interaction_context
  • · animation_spec
Outputs
  • · enhanced_component
  • · animation_code
Requires
  • · CSS
  • · JavaScript
  • · SwiftUI
  • · React
Preconditions

UI component defined; interaction purpose clear; animation library available

Failure modes
  • · Animation too fast/slow (no user preference)
  • · Micro-interaction unrelated to user intent
  • · Haptic feedback fires on every touch (battery drain)
Trust signals
  • · Animation timing guidelines
  • · Interaction trigger patterns