n3m3sis00 / phylo-react

React component library for Phylogenetic Analysis
https://n3m3sis00.github.io/phylo-react/
1 stars 1 forks source link

Animate branch length change #31

Open n3m3sis00 opened 3 years ago

n3m3sis00 commented 3 years ago

In Tree component animate the change in branch length (on click event)

cmdcolin commented 3 years ago

If we want this we would have to revert some of the modifications from my refactoring

cmdcolin commented 3 years ago

Otherwise we'd have to dig into doing the animation in react itself which is generally kind of difficult

n3m3sis00 commented 3 years ago

I think no need to revert changes that looks good, let's just tag it enhancement, may be in future we will try to implement it.