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

Commit 2c451f0

Browse files
committed
Faster Quick Open animation.
1 parent 26de829 commit 2c451f0

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
@@ -1282,7 +1282,7 @@ textarea.exclusions-editor {
12821282
border-radius: 0 0 4px 4px;
12831283
box-shadow: @tc-normal-shadow-bottom;
12841284
opacity: 0;
1285-
-webkit-animation: autocomplete 90ms cubic-bezier(.01, .91, 0, .99) 190ms 1;
1285+
-webkit-animation: autocomplete 90ms cubic-bezier(.01, .91, 0, .99) 0 1;
12861286
-webkit-animation-fill-mode: forwards;
12871287
-webkit-transform-origin: 0 0;
12881288

0 commit comments

Comments
 (0)