🔥 remove transition,transform,use-select mixin

This commit is contained in:
jingsam 2016-11-27 00:25:19 +08:00
parent 192e2cb849
commit e26450485c
35 changed files with 104 additions and 175 deletions

View file

@ -29,7 +29,7 @@
&-bg {
border-radius: 100px;
background-color: @info-color;
.transition(all @transition-time linear);
transition: all @transition-time linear;
position: relative;
}
@ -52,7 +52,7 @@
bottom: 0;
background: #fff;
border-radius: 10px;
.animation(ivu-progress-active 2s @ease-in-out infinite);
animation: ivu-progress-active 2s @ease-in-out infinite;
}
}
@ -84,4 +84,4 @@
opacity: 0;
width: 100%;
}
}
}