Frontend] Treeview expand/collapse anim timing tweaks

open #90
This commit is contained in:
Charles Hacskaylo
2015-10-26 14:54:09 -07:00
parent 77a1a90905
commit 498f854bef
3 changed files with 49 additions and 10 deletions

View File

@@ -443,6 +443,9 @@
@include trans-prop-nice(opacity, $dur: 250ms, $delay: 250ms);
opacity: 1;
}
.create-and-search-holder {
@include trans-prop-nice(top, $dur: 250ms, $delay: 200ms);
}
}
.pane-inspect-showing {