Speed up the expansion/collapsing of nodes.

[as per Thom Brown <thom@linux.com>]

Also, we will not like to wait for 500 microsecond before initialing the
tree items, load them asap.
pull/3/head
Ashesh Vashi 2016-03-21 22:39:14 +05:30 committed by Ashesh Vashi
parent 530f58e66b
commit b056ba7bb7
1 changed files with 10 additions and 0 deletions

View File

@ -329,6 +329,16 @@ function(require, $, _, S, Bootstrap, pgAdmin, alertify, CodeMirror) {
if (n)
settings.url = n.generate_url(item, 'children', d, true);
}
},
loaderDelay: 100,
show: {
duration: 75
},
hide: {
duration: 75
},
view: {
duration: 75
}
});