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

Commit b1f683a

Browse files
author
Narciso Jaramillo
committed
Merge pull request #7358 from adobe/larz/quick-open-animation-tweak
Added Quick Open drop-down animation delay to stop it from stuttering.
2 parents aff4b94 + 0b7c33b commit b1f683a

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)