diff --git a/app/static/style.css b/app/static/style.css index 5b40c6c..2114c33 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -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 ------------------------------------------------------------------------------*/