Add transition for the ant-tabs-ink-bar width

Currently when Tabs titles have very different width, the ink-bar width change without transition.
This commit is contained in:
Hugo LEHMANN 2017-04-22 17:59:04 +02:00 committed by GitHub
parent 91bea2052c
commit 6d627a9295

View File

@ -20,7 +20,7 @@
background-color: @primary-color;
transform-origin: 0 0;
&-animated {
transition: transform 0.3s @ease-in-out;
transition: transform 0.3s @ease-in-out, width 0.3s @ease-in-out;
}
}