From 0b7c33bf797f1e13ea3635f36e1a9fceca1b13ff Mon Sep 17 00:00:00 2001 From: Lawrence Hsu Date: Sun, 30 Mar 2014 12:11:11 -0700 Subject: [PATCH] Increased delay so that the dropdown animation won't start until the modal bar stops moving. --- src/styles/brackets.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/brackets.less b/src/styles/brackets.less index 1d33e861b08..e1c6cb00f13 100644 --- a/src/styles/brackets.less +++ b/src/styles/brackets.less @@ -1301,7 +1301,7 @@ textarea.exclusions-editor { // Need this for border-radius because there are no borders overflow: hidden; - .animation (autocomplete, 90ms, cubic-bezier(.01, .91, 0, .99), 0, 1); + .animation (autocomplete, 90ms, cubic-bezier(.01, .91, 0, .99), 190ms, 1); -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-transform-origin: 0 0;