Skip to content

Commit 9edc597

Browse files
committed
tweak progress transitions
1 parent e41e5a5 commit 9edc597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/assets/orbit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2s, stroke 0.2s;
4646
stroke-linejoin: round;
4747
}
4848
.progress-bg {

src/assets/orbit.min.js

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)