Remove the animation transitions
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a3822a92 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/a3822a92 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/a3822a92 Branch: refs/heads/master Commit: a3822a927f3057a9d6c4e9e0f464a8a52d822338 Parents: a61b47e Author: suelockwood <[email protected]> Authored: Wed Oct 16 11:41:24 2013 -0400 Committer: suelockwood <[email protected]> Committed: Wed Oct 16 16:42:01 2013 -0400 ---------------------------------------------------------------------- src/fauxton/assets/less/fauxton.less | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/a3822a92/src/fauxton/assets/less/fauxton.less ---------------------------------------------------------------------- diff --git a/src/fauxton/assets/less/fauxton.less b/src/fauxton/assets/less/fauxton.less index 56d1453..30d872d 100644 --- a/src/fauxton/assets/less/fauxton.less +++ b/src/fauxton/assets/less/fauxton.less @@ -294,7 +294,6 @@ a:hover{ #dashboard { max-width: 1500px; - .customTransition(left, 1s, 0.805, 0.005, 0.165, 0.985); // alt 0.730, -0.425, 0.000, 0.960 or... 0.645, -0.295, 0.000, 0.960 .box-shadow(-6px 0 rgba(0, 0, 0, 0.1)); border-left: 1px solid #999; position: absolute;
