mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
add reduced-motion override
This commit is contained in:
parent
efdbe6fc6b
commit
8c40e6bb00
@ -464,11 +464,19 @@ body:has(.show-site-loading-indicator) .site-loading-indicator {
|
||||
}
|
||||
}
|
||||
|
||||
.walkthrough-pulse-ring {
|
||||
animation: walkthrough-pulse-ring 1.4s ease-out infinite;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.data-grid-export-progress-shimmer {
|
||||
animation: none;
|
||||
transform: translateX(75%);
|
||||
}
|
||||
|
||||
.walkthrough-pulse-ring {
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ export function MockCursor({
|
||||
className={cn(
|
||||
"absolute -top-1 -left-1 h-8 w-8 rounded-full",
|
||||
"border-2 border-blue-500",
|
||||
"animate-[walkthrough-pulse-ring_1.4s_ease-out_infinite]",
|
||||
"walkthrough-pulse-ring",
|
||||
)}
|
||||
aria-hidden
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user