Skip to content

Commit

Permalink
fix(tabs): fix transition animation for tab title
Browse files Browse the repository at this point in the history
  • Loading branch information
oljc committed Mar 4, 2024
1 parent 526ad9e commit 29d543c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/web-vue/components/tabs/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@
background-color: @tabs-line-color-title-bg;
border-radius: @tabs-line-border-radius;
opacity: 1;
transition: background-color,
transition: background-color @transition-duration-2
@transition-timing-function-linear,
opacity @transition-duration-2 @transition-timing-function-linear;
content: '';
}
Expand Down

0 comments on commit 29d543c

Please sign in to comment.