Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加可配置spin旋转速度 #665

Open
hanydd opened this issue Sep 5, 2024 · 0 comments
Open

增加可配置spin旋转速度 #665

hanydd opened this issue Sep 5, 2024 · 0 comments

Comments

@hanydd
Copy link

hanydd commented Sep 5, 2024

目前图标spin的速度是1s,有点太慢了。<Spin />组件的旋转速度是0.2-0.3,风格不是很匹配。希望能加个变量控制一下。

.anticon-spin::before,
.anticon-spin {
display: inline-block;
-webkit-animation: loadingCircle 1s infinite linear;
animation: loadingCircle 1s infinite linear;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant