mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: simplify CSS tabs transition
This commit is contained in:
parent
93f57e8c7d
commit
cbd66f1a3b
1 changed files with 0 additions and 6 deletions
|
|
@ -54,10 +54,6 @@
|
|||
opacity: 0;
|
||||
}
|
||||
|
||||
/* enter-active-class="transition-all transition-fast ease-out-quad"
|
||||
enter-class="opacity-0 scale-90"
|
||||
enter-to-class="opacity-100 scale-100" */
|
||||
|
||||
.tab-enter-active {
|
||||
transition: all;
|
||||
transition-duration: 150ms;
|
||||
|
|
@ -66,12 +62,10 @@ enter-to-class="opacity-100 scale-100" */
|
|||
|
||||
.tab-enter {
|
||||
opacity: 0;
|
||||
transform: scale(.9);
|
||||
}
|
||||
|
||||
.tab-enter-to {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
/* purgecss end ignore */
|
||||
|
|
|
|||
Loading…
Reference in a new issue