Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 0b7c33b

Browse files
committed
Increased delay so that the dropdown animation won't start until the modal bar stops moving.
1 parent 8c6d382 commit 0b7c33b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/brackets.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ textarea.exclusions-editor {
13011301
// Need this for border-radius because there are no borders
13021302
overflow: hidden;
13031303

1304-
.animation (autocomplete, 90ms, cubic-bezier(.01, .91, 0, .99), 0, 1);
1304+
.animation (autocomplete, 90ms, cubic-bezier(.01, .91, 0, .99), 190ms, 1);
13051305
-webkit-animation-fill-mode: forwards;
13061306
animation-fill-mode: forwards;
13071307
-webkit-transform-origin: 0 0;

0 commit comments

Comments
 (0)