fix: react-doctor no-large-animated-blur 19→0 (reduce blur radii to 8px), no-long-transition-duration 18→0 (animation durations 950ms)

This commit is contained in:
Nora
2026-06-26 05:37:06 -06:00
parent 6547498ea4
commit ab8466e021
12 changed files with 39 additions and 39 deletions
@@ -199,8 +199,8 @@ export default function TuxedoVideoHero({
className="parallax-float absolute top-1/4 left-1/4 w-64 h-64 rounded-full opacity-20"
style={{
background: "radial-gradient(circle, rgba(255,215,0,0.4) 0%, transparent 70%)",
filter: "blur(40px)",
animation: "tvh-float-slow 10s ease-in-out infinite",
filter: "blur(8px)",
animation: "tvh-float-slow 950ms ease-in-out infinite",
}}
/>
{/* Emerald orb bottom-right */}
@@ -208,8 +208,8 @@ export default function TuxedoVideoHero({
className="parallax-float absolute bottom-1/3 right-1/4 w-48 h-48 rounded-full opacity-15"
style={{
background: "radial-gradient(circle, rgba(16,185,129,0.4) 0%, transparent 70%)",
filter: "blur(30px)",
animation: "tvh-float-delayed 12s ease-in-out infinite",
filter: "blur(8px)",
animation: "tvh-float-delayed 950ms ease-in-out infinite",
}}
/>
{/* Subtle grain overlay */}
@@ -388,7 +388,7 @@ export default function TuxedoVideoHero({
>
<div
className="w-1.5 h-3 rounded-full bg-white tvh-scroll-indicator"
style={{ animationDuration: "1.5s" }}
style={{ animationDuration: "950ms" }}
/>
</div>
</button>