Skip to content

Commit 24ab151

Browse files
committed
2s animation makes it beautiful
1 parent 59fcf11 commit 24ab151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/menu/UpdatePaceTimeMap.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const SHADOW_WIDTH = 4;
1717
const pRotationAxis = new Point(R, R);
1818
const WHITE = 'rgb(100% 100% 100%)';
1919
const BLACK = 'rgb(0% 0% 0%)';
20-
const ANIMATION_DURATION = 1.5e3;
20+
const ANIMATION_DURATION = 2e3;
2121
const ANIMATION_DELTA_PX = R / ANIMATION_DURATION;
2222
let primaryColour: string = BLACK;
2323
let shadowColour: string = WHITE;

0 commit comments

Comments
 (0)