speed up loading icon

This commit is contained in:
afc163 2016-11-13 18:19:23 +08:00
parent 5400cacd13
commit de64779546
2 changed files with 3 additions and 4 deletions

View File

@ -30,7 +30,6 @@ ReactDOM.render(
<Button>Default</Button>
<Button type="ghost">Ghost</Button>
<Button type="dashed">Dashed</Button>
</div>,
mountNode
);
</div>
, mountNode);
````

View File

@ -239,5 +239,5 @@
.@{iconfont-css-prefix}-spin {
display: inline-block;
animation: loadingCircle 1.6s infinite linear;
animation: loadingCircle 0.8s infinite linear;
}