ant-design/components/style/core/motion/other.less

6 lines
73 B
Plaintext
Raw Normal View History

2015-07-01 17:25:16 +08:00
@keyframes loadingCircle {
100% {
transform: rotate(360deg);
}
2015-11-26 19:32:55 +08:00
}