fix: the failure of breadcrumb animation (#4073)

This commit is contained in:
Vben
2024-08-07 22:01:45 +08:00
committed by GitHub
parent 1d38fb647e
commit a27b1c40e5
8 changed files with 9 additions and 21 deletions

View File

@@ -34,21 +34,6 @@
transform: translateX(30px) skewX(-30deg);
}
/*
.breadcrumb-transition-move,
.breadcrumb-transition-enter-active {
transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.breadcrumb-transition-leave-active {
display: none;
}
.breadcrumb-transition-enter-from {
opacity: 0;
transform: translateX(-5px);
} */
@keyframes slide-down {
from {
opacity: 0;

View File

@@ -1,6 +1,7 @@
import './css/global.css';
import './css/transition.css';
import './css/nprogress.css';
import './css/ui.css';
import './design-tokens';
export {};

View File

@@ -1,4 +1,2 @@
import './styles/index.css';
export * from './components';
export { VisuallyHidden } from 'radix-vue';