Skip to content

Commit e26a4fe

Browse files
committed
update orbit
1 parent 0a2b974 commit e26a4fe

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/assets/orbit.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

22
/*
33
* orbit
4-
* v.1.2.0
4+
* v.1.2.1
55
* Author Juan Martin Muda - Zumerlab
66
* License MIT
77
**/
88
@charset "UTF-8";
99

10-
/* ../../../../../var/folders/dl/jfswzzq96_7bqvgnhjs47_8w0000gp/T/tmp-26480-lsyT2XJtmvqw/orbit/src/orbit.css */
10+
/* ../../../../../var/folders/dl/jfswzzq96_7bqvgnhjs47_8w0000gp/T/tmp-54955-RWALZGJMMlL2/orbit/src/orbit.css */
1111
.gravity-spot * {
1212
box-sizing: border-box;
1313
margin: 0;

src/assets/orbit.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/*
33
* orbit
4-
* v.1.2.0
4+
* v.1.2.1
55
* Author Juan Martin Muda - Zumerlab
66
* License MIT
77
**/
@@ -42,7 +42,7 @@
4242
fill: var(--o-fill);
4343
stroke: var(--o-stroke);
4444
stroke-width: var(--o-stroke-width);
45-
transition: all 0.3s;
45+
transition: fill 0.25s, stroke 0.25s;
4646
stroke-linejoin: round;
4747
}
4848
.progress-bg {
@@ -195,7 +195,7 @@
195195
fill: var(--o-fill);
196196
stroke: var(--o-stroke);
197197
stroke-width: var(--o-stroke-width);
198-
transition: all 0.3s;
198+
transition: fill 0.25s, stroke 0.25s;
199199
stroke-linejoin: round;
200200
}
201201
text {

src/assets/orbit.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)