Skip to content

Commit

Permalink
feat(segmented-control): 优化动画
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Nov 9, 2018
1 parent a76c9c2 commit 1528b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/segmented-control/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
text-overflow: ellipsis;
background-color: $color-bg;
overflow: hidden;
transition: all 0.2s;
transition: all 0.3s $ease-in-out-cubic;
}

&__item + &__item {
Expand Down

0 comments on commit 1528b80

Please sign in to comment.