Skip to content

Commit 5e2f52e

Browse files
committed
add xp15 and xp35 classes
1 parent 707d2e6 commit 5e2f52e

6 files changed

Lines changed: 18 additions & 2 deletions

File tree

dist/loading-css.zip

24 Bytes
Binary file not shown.

dist/loading.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@
9191
.ld.reverse {
9292
animation-direction: reverse;
9393
}
94+
.ld.xp15 {
95+
animation-duration: 0.15s;
96+
}
97+
.ld.xp35 {
98+
animation-duration: 0.35s;
99+
}
94100
.ld.xhalf {
95101
animation-duration: 0.5s;
96102
}

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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@
9191
.ld.reverse {
9292
animation-direction: reverse;
9393
}
94+
.ld.xp15 {
95+
animation-duration: 0.15s;
96+
}
97+
.ld.xp35 {
98+
animation-duration: 0.35s;
99+
}
94100
.ld.xhalf {
95101
animation-duration: 0.5s;
96102
}

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.

src/ctrl.styl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
.ld.reverse
22
animation-direction: reverse
33

4+
.ld.xp15
5+
animation-duration: .15s
6+
.ld.xp35
7+
animation-duration: .35s
48
.ld.xhalf
59
animation-duration: .5s
610
.ld.x1

0 commit comments

Comments
 (0)