David-Desmaisons / Vue.D3.tree

Vue component to display tree based on D3.js layout.
https://david-desmaisons.github.io/Vue.D3.tree/tree
MIT License
874 stars 136 forks source link

Animation Upon Render #66

Open KenjiDuggan opened 4 years ago

KenjiDuggan commented 4 years ago

Hey guys! I really appreciate you two making this easy to use in Vue.js, it's super awesome. I was wondering if there was a way to skip the animation that comes at the beginning upon rendering, I want to re-render the tree Component with new data to refresh it but want to skip the loading animation,

Cheers,