Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions assets/scss/_feedback.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}
}
10 changes: 0 additions & 10 deletions assets/scss/_hero-glass.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
19 changes: 1 addition & 18 deletions assets/scss/_scroll-cube.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
23 changes: 0 additions & 23 deletions assets/scss/_section-transitions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
1 change: 0 additions & 1 deletion static/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
Loading