Skip to content

Commit

Permalink
fix(tabs): fix transition animation for tab title (#3008)
Browse files Browse the repository at this point in the history
  • Loading branch information
oljc authored Mar 15, 2024
1 parent d8ae3f9 commit 4268927
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 4268927

Please sign in to comment.