From f41857006de7117545e013001e9fe9505b556423 Mon Sep 17 00:00:00 2001 From: mblanke Date: Wed, 24 Dec 2025 12:59:50 -0500 Subject: [PATCH] Define micro-interaction standards --- ui/MICRO_INTERACTIONS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ui/MICRO_INTERACTIONS.md diff --git a/ui/MICRO_INTERACTIONS.md b/ui/MICRO_INTERACTIONS.md new file mode 100644 index 0000000..2d98e54 --- /dev/null +++ b/ui/MICRO_INTERACTIONS.md @@ -0,0 +1,15 @@ +Hover: +- Reveals affordances +- Never reveals critical information + +Click: +- Immediate response +- Visual confirmation of state change + +Focus: +- Clear focus indicators +- Keyboard navigation supported + +Loading: +- Skeletons preferred over spinners +- No full-page blocking loads