0

I'm using this plugin bootstrap-treeview and its working great but one thing that its missing is animation when expand / collapse the parent nodes.

Can anyone direct me on how I can add the animation for this nice plugin?

James A Mohler
  • 11,060
  • 15
  • 46
  • 72
Amir Rossert
  • 1,003
  • 2
  • 13
  • 33

1 Answers1

0

It won't work, as the code is written in away that doesn't support animation. What I suggest is to use another tree plugin, such as this one: http://nickperkinslondon.github.io/angular-bootstrap-nav-tree/test/bs3_ng120_test_page.html

or

http://www.jqueryscript.net/layout/Nice-Tree-View-Plugin-with-jQuery-Bootstrap-3-Easy-Tree.html

Both supports jquery and bootstrap.

Good luck.

ZooZ
  • 933
  • 1
  • 17
  • 25