We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a86cc commit e9d6798Copy full SHA for e9d6798
scss/_spinners.scss
@@ -17,10 +17,7 @@
17
border: $spinner-border-width solid;
18
border-color: currentColor transparent currentColor currentColor;
19
border-radius: 50%;
20
- animation-name: spinner-border;
21
- animation-duration: .75s;
22
- animation-timing-function: linear;
23
- animation-iteration-count: infinite;
+ animation: spinner-border .75s linear infinite;
24
}
25
26
.spinner-border-sm {
@@ -57,10 +54,7 @@
57
54
vertical-align: text-bottom;
58
55
background-color: currentColor;
59
56
60
- animation-name: spinner-grow;
61
62
63
+ animation: spinner-grow .75s linear infinite;
64
65
66
.spinner-grow-sm {
0 commit comments