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:
@@ -28,7 +28,7 @@ export function LoadingFade() {
|
||||
style={{
|
||||
background:
|
||||
"linear-gradient(90deg, transparent 0%, #14532D 50%, transparent 100%)",
|
||||
animation: "transition-shimmer 1.4s ease-in-out infinite",
|
||||
animation: "transition-shimmer 950ms ease-in-out infinite",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user