Skip to content

Commit 165b904

Browse files
authored
Enable Docusaurus native CSS transitions (#4377)
1 parent edc693e commit 165b904

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

website/src/css/customTheme.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
--ifm-table-head-color: var(--subtle);
3434
--ifm-link-hover-decoration: none;
3535
--ifm-navbar-background-color: var(--deepdark);
36-
--ifm-transition-fast: 0;
37-
--ifm-transition-slow: 0;
3836
--ifm-pre-line-height: 1.5;
3937
--ifm-tabs-padding-vertical: 6px;
4038
--ifm-color-warning: #ffe564;
@@ -955,8 +953,6 @@ aside[class^="theme-doc-sidebar-container"] {
955953

956954
.menu__list {
957955
margin-bottom: 8px;
958-
transition: none !important;
959-
height: auto !important;
960956

961957
&.blog-menu__list {
962958
font-size: 14px;
@@ -1048,12 +1044,6 @@ aside[class^="theme-doc-sidebar-container"] {
10481044
}
10491045
}
10501046

1051-
.menu__list-item.menu__list-item--collapsed {
1052-
.menu__list {
1053-
height: 0 !important;
1054-
}
1055-
}
1056-
10571047
.menu--responsive .menu__button {
10581048
right: 1.3rem;
10591049
bottom: 1.3rem;

website/src/css/index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@
447447
stroke-opacity: 0;
448448
transform: scale(2.25, 1.33) rotate(0);
449449
opacity: 1;
450-
transition: none;
451450
}
452451

453452
.LogoAnimation.mobile .screen {

0 commit comments

Comments
 (0)