diff --git a/frontend/src/App.vue b/frontend/src/App.vue index ebc5159..7a971ad 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -63,4 +63,11 @@ window.addEventListener("resize", updateMobile); .origin-near-top { transform-origin: center 33vh; } + +@media (prefers-reduced-motion) { + .scale-enter-active, + .scale-leave-active { + transition: none; + } +}