Skip to content

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

Open
@hanydd

Description

@hanydd

目前图标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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions