Complete P0–P3 motion remediation for institutional A− visual effects grade.
Replace parallax/marquee with RevealSection and PartnerStrip, consolidate HomeHero, add reduced-motion hooks and LazyMotion, and refresh Lighthouse evidence (perf 67, a11y 100). Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -633,6 +633,29 @@
|
||||
.animate-pulse-slow {
|
||||
animation: none;
|
||||
}
|
||||
|
||||
/* Framer Motion loops/parallax gated in JS via MotionConfig + useMotionSafe */
|
||||
}
|
||||
|
||||
.partner-strip {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.partner-badge {
|
||||
transition: border-color 0.2s, box-shadow 0.2s;
|
||||
}
|
||||
|
||||
.partner-badge:hover,
|
||||
.partner-badge:focus-within {
|
||||
border-color: var(--mim-brand-gold);
|
||||
box-shadow: 0 0 0 1px rgba(197, 160, 89, 0.25);
|
||||
}
|
||||
|
||||
.animate-marquee:hover,
|
||||
.animate-marquee:focus-within {
|
||||
animation-play-state: paused;
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
||||
Reference in New Issue
Block a user