diff --git a/assets/scss/_feedback.scss b/assets/scss/_feedback.scss index b8d3db07..b4a74c72 100644 --- a/assets/scss/_feedback.scss +++ b/assets/scss/_feedback.scss @@ -281,11 +281,4 @@ font-size: $font-size-base * 1.3; } } -} - -@media (prefers-reduced-motion: reduce) { - .feedback-section .feedback-card { - transition: none; - &:hover { transform: none; } - } } \ No newline at end of file diff --git a/assets/scss/_hero-glass.scss b/assets/scss/_hero-glass.scss index 86de0288..aebe3286 100644 --- a/assets/scss/_hero-glass.scss +++ b/assets/scss/_hero-glass.scss @@ -871,13 +871,3 @@ main { font-size: 0.85rem; } } - -@media (prefers-reduced-motion: reduce) { - *, - *::before, - *::after { - animation-duration: 0.01ms !important; - animation-iteration-count: 1 !important; - transition-duration: 0.01ms !important; - } -} \ No newline at end of file diff --git a/assets/scss/_scroll-cube.scss b/assets/scss/_scroll-cube.scss index 79da480b..88cc5d17 100644 --- a/assets/scss/_scroll-cube.scss +++ b/assets/scss/_scroll-cube.scss @@ -220,21 +220,4 @@ height: 50px; bottom: -20px; } -} - -@media (prefers-reduced-motion: reduce) { - .scroll-piece-anchor { - display: none; - } - .reunited-logo-inner { - animation: none; - transform: rotateY(-10deg) rotateX(4deg); - } - .reunited-float { - animation: none; - } - .reunited-glow { - animation: none; - opacity: 0.7; - } -} +} \ No newline at end of file diff --git a/assets/scss/_section-transitions.scss b/assets/scss/_section-transitions.scss index d97dfb64..8016dcfd 100644 --- a/assets/scss/_section-transitions.scss +++ b/assets/scss/_section-transitions.scss @@ -127,26 +127,3 @@ scroll-behavior: smooth; } } - -@media (prefers-reduced-motion: reduce) { - .section-reveal { - opacity: 1; - transform: none; - transition: none; - } - - .section-reveal-children > * { - opacity: 1; - transform: none; - transition: none; - } - - .section-divider { - opacity: 1; - transition: none; - } - - .scroll-ambient { - display: none; - } -} diff --git a/static/scripts/main.js b/static/scripts/main.js index 75cca6c0..099d6ce8 100644 --- a/static/scripts/main.js +++ b/static/scripts/main.js @@ -357,7 +357,6 @@ const initScrollPieces = () => { }; const initScrollAnimations = () => { - if (window.matchMedia('(prefers-reduced-motion: reduce)').matches) return; // ── Background Ambient Overlay ── const ambient = document.createElement('div');