-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmetadata.json
More file actions
26 lines (26 loc) · 1.58 KB
/
metadata.json
File metadata and controls
26 lines (26 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"version": "3.0.0",
"organization": "User Interface Wiki",
"author": "raphael-salaja",
"date": "March 2026",
"abstract": "Comprehensive UI/UX best practices guide for web interfaces. Contains 152 rules across 12 categories covering animation principles, timing functions, exit animations, CSS pseudo-elements, audio feedback, sound synthesis, morphing icons, container animation, laws of UX, predictive prefetching, typography, and visual design. Each rule includes detailed explanations and code examples comparing incorrect vs. correct implementations.",
"references": [
"https://developer.apple.com/videos/play/wwdc2023/10158",
"https://motion.dev",
"https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API",
"https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Pseudo-elements",
"https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API",
"https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion",
"https://developer.mozilla.org/en-US/docs/Web/SVG/Element/line",
"https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver",
"https://lawsofux.com",
"https://foresightjs.com",
"https://nextjs.org/docs/app/guides/prefetching",
"https://rsms.me/inter",
"https://developer.mozilla.org/en-US/docs/Web/CSS/font-feature-settings",
"https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-numeric",
"https://www.joshwcomeau.com/css/designing-shadows",
"https://jakub.kr/work/concentric-border-radius",
"https://developer.mozilla.org/en-US/docs/Web/CSS/text-wrap"
]
}