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;