mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
Tweak steps animation style
This commit is contained in:
parent
3740fb7f3c
commit
a10704bc44
@ -90,8 +90,10 @@
|
||||
.@{steps-prefix-cls}-tail > i:after {
|
||||
width: 100%;
|
||||
background: @finish-tail-color;
|
||||
transition: all 0.6s;
|
||||
transition: all .6s;
|
||||
opacity: 1;
|
||||
box-shadow: 0 0 0 0 @primary-color;
|
||||
animation: tailEffect .4s;
|
||||
}
|
||||
.@{steps-prefix-cls}-title {
|
||||
color: @finish-title-color;
|
||||
@ -454,3 +456,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes tailEffect {
|
||||
to {
|
||||
box-shadow: 0 0 3px 3px transparent;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user