chore(docs): elevate edges on select in intro
This commit is contained in:
@@ -66,6 +66,7 @@ const { dimensions, onNodeClick, getNodes, fitView, getNode, getEdge, updateEdge
|
|||||||
zoomOnScroll: false,
|
zoomOnScroll: false,
|
||||||
zoomOnDoubleClick: false,
|
zoomOnDoubleClick: false,
|
||||||
zoomOnPinch: false,
|
zoomOnPinch: false,
|
||||||
|
elevateEdgesOnSelect: true,
|
||||||
})
|
})
|
||||||
|
|
||||||
const clickInterval = ref()
|
const clickInterval = ref()
|
||||||
@@ -411,7 +412,7 @@ const animations = ref<{ className: string; duration: number }[]>(shuffle(create
|
|||||||
transform
|
transform
|
||||||
transition-transform
|
transition-transform
|
||||||
duration-300
|
duration-300
|
||||||
hover:(scale-105 ring ring-white);
|
hover:(ring ring-white);
|
||||||
}
|
}
|
||||||
|
|
||||||
.link {
|
.link {
|
||||||
|
|||||||
Reference in New Issue
Block a user