Skip to content

Commit

Permalink
speed up open/close animation
Browse files Browse the repository at this point in the history
  • Loading branch information
rochecompaan committed Oct 17, 2012
1 parent d36f90d commit 2190fa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions collective/topictree/static/js/topictree.js
Expand Up @@ -156,6 +156,9 @@ $(function () {

$("#treeroot")
.jstree({
core: {
"animation": 100,
},
// List of active plugins
"plugins" : [
"themes","ui","crrm","json_data","types"//"dnd","contextmenu"
Expand Down

0 comments on commit 2190fa1

Please sign in to comment.