mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
speed up loading icon
This commit is contained in:
parent
5400cacd13
commit
de64779546
@ -30,7 +30,6 @@ ReactDOM.render(
|
||||
<Button>Default</Button>
|
||||
<Button type="ghost">Ghost</Button>
|
||||
<Button type="dashed">Dashed</Button>
|
||||
</div>,
|
||||
mountNode
|
||||
);
|
||||
</div>
|
||||
, mountNode);
|
||||
````
|
||||
|
@ -239,5 +239,5 @@
|
||||
|
||||
.@{iconfont-css-prefix}-spin {
|
||||
display: inline-block;
|
||||
animation: loadingCircle 1.6s infinite linear;
|
||||
animation: loadingCircle 0.8s infinite linear;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user