This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new f1f4edd feat: remove load transition (#181)
f1f4edd is described below
commit f1f4eddcbdf2dabb4704f429bbaee15d9069bcd0
Author: tongshs <[email protected]>
AuthorDate: Wed Feb 28 17:28:04 2024 +0800
feat: remove load transition (#181)
Co-authored-by: t ss <[email protected]>
---
src/.vuepress/styles/index.scss | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/.vuepress/styles/index.scss b/src/.vuepress/styles/index.scss
index 75b9872..9f6ffc1 100644
--- a/src/.vuepress/styles/index.scss
+++ b/src/.vuepress/styles/index.scss
@@ -54,4 +54,12 @@ td a span{
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-family)
+}
+
+.fade-slide-y-enter-active {
+ transition: none !important;
+}
+
+.fade-slide-y-leave-active {
+ transition: none !important;
}
\ No newline at end of file