donatso / family-chart

family tree visualization built on top of d3
MIT License
204 stars 67 forks source link

Expand tree animation #18

Open iampheasant opened 1 year ago

iampheasant commented 1 year ago

Hello Donatso!

Q1. I want to know is there any ways to stop the expand tree's animation, or expand faster? Q2. Is there any ways to stop translate when I click those cards?

This family-chart is very amazing, thank you so much!!!

andrii-bodnar commented 7 months ago

Maybe this will be helpful for others who are also wondering about this:

store.setOnUpdate(() => view.update({ transition_time: 0 }));