fix: respect prefers-reduced-motion for showcase stagger animation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-20 08:47:27 -04:00
parent 5e675f683f
commit 9d7d76953e
+7
View File
@@ -1412,6 +1412,13 @@ header {
opacity: 0; /* Start hidden until animation fires */
}
@media (prefers-reduced-motion: reduce) {
.masonry-item.animating-in {
animation: none;
opacity: 1;
}
}
/*------------------------------------------------------------------------------
Forms
------------------------------------------------------------------------------*/