john-guerra / navio

A d3 visualization widget to help summarizing, exploring and navigating large network visualizations
https://navio.dev
MIT License
106 stars 13 forks source link

Use transition when changing data #45

Closed kaustavbhattacharjee closed 1 year ago

kaustavbhattacharjee commented 1 year ago

I have a situation where I need to perform the following steps:

I would like to slow down the transition between these steps. Does Navio provide any function where you can reload the data and specify the transition duration (like in d3.js)?

john-guerra commented 1 year ago

Hi, unfortunately transitions wouldn't be possible as I use canvas for drawing the records. Because of that the traditional transitions from D3 wouldn't apply