From 2190fa1ae660cb75c143829abcba03b6c31cfd0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roch=C3=A9=20Compaan?= Date: Wed, 17 Oct 2012 16:49:52 +0200 Subject: [PATCH] speed up open/close animation --- collective/topictree/static/js/topictree.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/collective/topictree/static/js/topictree.js b/collective/topictree/static/js/topictree.js index 7c2efda..93c67c9 100644 --- a/collective/topictree/static/js/topictree.js +++ b/collective/topictree/static/js/topictree.js @@ -156,6 +156,9 @@ $(function () { $("#treeroot") .jstree({ + core: { + "animation": 100, + }, // List of active plugins "plugins" : [ "themes","ui","crrm","json_data","types"//"dnd","contextmenu"