Open 0xgeert opened 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.
.halo-tree .expand-enter-active {transition: none !important}
Any way to do this?
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?