Skip to content

Commit 6ea11ff

Browse files
committed
update animation duration
1 parent 6f72b60 commit 6ea11ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/Map.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const Map = (props) => {
7575

7676
// declare re render funciton to handle collapse and expansion of nodes
7777
const update = (source) => {
78-
const duration = 0;
78+
const duration = 250;
7979
const nodes = root.descendants().reverse();
8080
const links = root.links();
8181

0 commit comments

Comments
 (0)