We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e39700 commit 47a6ac5Copy full SHA for 47a6ac5
1 file changed
website/src/layouts/DocsLayout.astro
@@ -287,10 +287,11 @@ const theme = themeCookie?.value === "dark" ? "dark" : "light";
287
}
288
289
/* Disable all CSS transitions during theme changes */
290
- html.theme-transitioning *
+ html.theme-transitioning *,
291
html.theme-transitioning *::before,
292
html.theme-transitioning *::after {
293
transition: none !important;
294
+ animation: none !important;
295
296
297
/* Theme transition: Instant switch for speed */
0 commit comments