Skip to content

Commit 29bbaf0

Browse files
committed
- add important in ctrl classes
- bump version
1 parent 13cae4a commit 29bbaf0

9 files changed

Lines changed: 836 additions & 1149 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Logs
22

3+
## v3.2.0
4+
5+
- add `important` in ctrl classes
6+
7+
38
## v3.1.0
49

510
- fix build-css

dist/loading-css.zip

43 Bytes
Binary file not shown.

dist/loading.css

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -89,64 +89,64 @@
8989
background-size: cover;
9090
}
9191
.ld.reverse {
92-
animation-direction: reverse;
92+
animation-direction: reverse !important;
9393
}
9494
.ld.xp15 {
95-
animation-duration: 0.15s;
95+
animation-duration: 0.15s !important;
9696
}
9797
.ld.xp35 {
98-
animation-duration: 0.35s;
98+
animation-duration: 0.35s !important;
9999
}
100100
.ld.xhalf {
101-
animation-duration: 0.5s;
101+
animation-duration: 0.5s !important;
102102
}
103103
.ld.x1 {
104-
animation-duration: 1s;
104+
animation-duration: 1s !important;
105105
}
106106
.ld.x2 {
107-
animation-duration: 2s;
107+
animation-duration: 2s !important;
108108
}
109109
.ld.x4 {
110-
animation-duration: 4s;
110+
animation-duration: 4s !important;
111111
}
112112
.ld.running {
113-
animation-play-state: running;
113+
animation-play-state: running !important;
114114
}
115115
.ld.paused {
116-
animation-play-state: paused;
116+
animation-play-state: paused !important;
117117
}
118118
.ld.f00 {
119-
animation-delay: 0s;
119+
animation-delay: 0s !important;
120120
}
121121
.ld.f01 {
122-
animation-delay: -0.1s;
122+
animation-delay: -0.1s !important;
123123
}
124124
.ld.f02 {
125-
animation-delay: -0.2s;
125+
animation-delay: -0.2s !important;
126126
}
127127
.ld.f03 {
128-
animation-delay: -0.3s;
128+
animation-delay: -0.3s !important;
129129
}
130130
.ld.f04 {
131-
animation-delay: -0.4s;
131+
animation-delay: -0.4s !important;
132132
}
133133
.ld.f05 {
134-
animation-delay: -0.5s;
134+
animation-delay: -0.5s !important;
135135
}
136136
.ld.f06 {
137-
animation-delay: -0.6s;
137+
animation-delay: -0.6s !important;
138138
}
139139
.ld.f07 {
140-
animation-delay: -0.7s;
140+
animation-delay: -0.7s !important;
141141
}
142142
.ld.f08 {
143-
animation-delay: -0.8s;
143+
animation-delay: -0.8s !important;
144144
}
145145
.ld.f09 {
146-
animation-delay: -0.9s;
146+
animation-delay: -0.9s !important;
147147
}
148148
.ld.f10 {
149-
animation-delay: -1s;
149+
animation-delay: -1s !important;
150150
}
151151
.ld { transform-origin: 50% 50%; transform-box: fill-box; }
152152
@keyframes ld-blink {

dist/loading.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/loading.utils.css

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -89,62 +89,62 @@
8989
background-size: cover;
9090
}
9191
.ld.reverse {
92-
animation-direction: reverse;
92+
animation-direction: reverse !important;
9393
}
9494
.ld.xp15 {
95-
animation-duration: 0.15s;
95+
animation-duration: 0.15s !important;
9696
}
9797
.ld.xp35 {
98-
animation-duration: 0.35s;
98+
animation-duration: 0.35s !important;
9999
}
100100
.ld.xhalf {
101-
animation-duration: 0.5s;
101+
animation-duration: 0.5s !important;
102102
}
103103
.ld.x1 {
104-
animation-duration: 1s;
104+
animation-duration: 1s !important;
105105
}
106106
.ld.x2 {
107-
animation-duration: 2s;
107+
animation-duration: 2s !important;
108108
}
109109
.ld.x4 {
110-
animation-duration: 4s;
110+
animation-duration: 4s !important;
111111
}
112112
.ld.running {
113-
animation-play-state: running;
113+
animation-play-state: running !important;
114114
}
115115
.ld.paused {
116-
animation-play-state: paused;
116+
animation-play-state: paused !important;
117117
}
118118
.ld.f00 {
119-
animation-delay: 0s;
119+
animation-delay: 0s !important;
120120
}
121121
.ld.f01 {
122-
animation-delay: -0.1s;
122+
animation-delay: -0.1s !important;
123123
}
124124
.ld.f02 {
125-
animation-delay: -0.2s;
125+
animation-delay: -0.2s !important;
126126
}
127127
.ld.f03 {
128-
animation-delay: -0.3s;
128+
animation-delay: -0.3s !important;
129129
}
130130
.ld.f04 {
131-
animation-delay: -0.4s;
131+
animation-delay: -0.4s !important;
132132
}
133133
.ld.f05 {
134-
animation-delay: -0.5s;
134+
animation-delay: -0.5s !important;
135135
}
136136
.ld.f06 {
137-
animation-delay: -0.6s;
137+
animation-delay: -0.6s !important;
138138
}
139139
.ld.f07 {
140-
animation-delay: -0.7s;
140+
animation-delay: -0.7s !important;
141141
}
142142
.ld.f08 {
143-
animation-delay: -0.8s;
143+
animation-delay: -0.8s !important;
144144
}
145145
.ld.f09 {
146-
animation-delay: -0.9s;
146+
animation-delay: -0.9s !important;
147147
}
148148
.ld.f10 {
149-
animation-delay: -1s;
149+
animation-delay: -1s !important;
150150
}

dist/loading.utils.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)