slower animation for tree browsing

This commit is contained in:
Dmitriy Zaporozhets 2013-03-30 13:23:58 +02:00
parent 52b0ceb87a
commit e29c9b7932
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
:plain
// Load Files list
$("#tree-holder").html("#{escape_javascript(render(partial: "tree", locals: {tree: @tree}))}");
$("#tree-content-holder").show("slide", { direction: "right" }, 150);
$("#tree-content-holder").show("slide", { direction: "right" }, 400);
$('.project-refs-form #path').val("#{@path}");
// Load last commit log for each file in tree