better demos

This commit is contained in:
Paul Bakaus
2025-12-15 15:19:27 -08:00
parent 2181137d04
commit e9ebb5a4d9
17 changed files with 867 additions and 73 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ antipatterns:
items:
- Don't animate without purpose
- Don't use durations over 500ms for UI feedback
- Don't animate layout properties (use transform)
- Don't animate layout properties (width, height, padding, margin) - they trigger reflows and can cause text wrapping mid-animation; use transform instead
- Don't ignore prefers-reduced-motion
- Don't use animation to hide slow loading
- name: Interaction