halower / vue-tree

tree and multi-select component based on Vue.js 2.0
https://github.com/halower/vue2-tree/blob/master/README.md
MIT License
935 stars 209 forks source link

How to disable expand/collapse animation? #153

Open 0xgeert opened 5 years ago

0xgeert commented 5 years ago

Looking for a way to disable the expand/collapse animation.

Browsed the source and based on that tried setting .halo-tree .expand-enter-active {transition: none !important} without luck.

Any way to do this?