Skip to content

Commit

Permalink
Make chrome transition animation smoothly
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 23, 2015
1 parent ce2aeb4 commit 752ef0a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions style/components/inputNumber.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
height: 14px;
overflow: hidden;
color: #999;
transition: all 0.2s linear;
position: relative;
transition: all 0.1s linear;
&:hover {
background: #fefefe;
}
Expand All @@ -40,7 +40,7 @@
position: absolute;
width: 12px;
height: 12px;
transition: all 0.2s linear;
transition: all 0.1s linear;
.iconfont-size-under-12px(7px);
right: 4px;
color: #999;
Expand Down Expand Up @@ -151,7 +151,6 @@
height: 28px;
position: relative;
opacity: 0;
transition: opacity 0.2s linear;
}

&:hover &-handler-wrap {
Expand All @@ -162,7 +161,6 @@
cursor: pointer;
&-inner {
top: 1px;
transition: all 0.2s linear;
.ie-rotate(2);
&:before {
text-align: center;
Expand Down

0 comments on commit 752ef0a

Please sign in to comment.