Skip to content

Commit

Permalink
[nnbd_migration_tool] Quicker file-list ease-out
Browse files Browse the repository at this point in the history
Half a second was becoming tedious as my current workflow means I
collapse 20 directories each time I re-run from source.

I'd love the tree to retain its state with re-runs, but that is more
work.

Change-Id: Ie53a535a05b445056f87b80131f96f78ae98de2d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245562
Commit-Queue: Stephen Adams <sra@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
  • Loading branch information
rakudrama authored and Commit Bot committed May 22, 2022
1 parent f397ecb commit 554af22
Show file tree
Hide file tree
Showing 2 changed files with 3,980 additions and 3,981 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ footer .sdk-version {

.nav-inner ul {
/* a max-height is added to each element at runtime. */
transition: max-height 0.5s ease-out;
transition: max-height 0.25s ease-out;
}

.nav-inner ul.collapsed {
Expand Down
Loading

0 comments on commit 554af22

Please sign in to comment.