@dcg-overseas/number-line 0.1.22 → 0.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -552,8 +552,8 @@ const ARC_COLORS = [
|
|
|
552
552
|
"#16a34a"
|
|
553
553
|
];
|
|
554
554
|
const ARC_RY_RATIO = 0.9;
|
|
555
|
-
const ARC_ANIMATION_STAGGER_MS =
|
|
556
|
-
const ARC_ANIMATION_DRAW_MS =
|
|
555
|
+
const ARC_ANIMATION_STAGGER_MS = 700;
|
|
556
|
+
const ARC_ANIMATION_DRAW_MS = 800;
|
|
557
557
|
function gcd(a, b) {
|
|
558
558
|
let x = Math.max(1, Math.abs(Math.round(a)));
|
|
559
559
|
let y = Math.max(1, Math.abs(Math.round(b)));
|
package/dist/index.js
CHANGED
|
@@ -550,8 +550,8 @@ const ARC_COLORS = [
|
|
|
550
550
|
"#16a34a"
|
|
551
551
|
];
|
|
552
552
|
const ARC_RY_RATIO = 0.9;
|
|
553
|
-
const ARC_ANIMATION_STAGGER_MS =
|
|
554
|
-
const ARC_ANIMATION_DRAW_MS =
|
|
553
|
+
const ARC_ANIMATION_STAGGER_MS = 700;
|
|
554
|
+
const ARC_ANIMATION_DRAW_MS = 800;
|
|
555
555
|
function gcd(a, b) {
|
|
556
556
|
let x = Math.max(1, Math.abs(Math.round(a)));
|
|
557
557
|
let y = Math.max(1, Math.abs(Math.round(b)));
|