Skip to content

Commit

Permalink
Animated minimap height
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588707872
  • Loading branch information
Googler authored and copybara-github committed Dec 7, 2023
1 parent 9b1d608 commit 06f3974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/minimap/minimap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
order: 1;
margin-top: auto;
}
transition: opacity $graph-change-speed, top 0.08s, transform 0.04s;
transition-delay: 0, 0, 0.04s;
transition: opacity $graph-change-speed;
width: 100%;
padding: 1em;
pointer-events: none;
Expand All @@ -46,6 +45,7 @@
display: flex;
align-items: center;
justify-content: center;
transition: height 0.08s;
.bounds {
pointer-events: none;
width: 100%;
Expand Down

0 comments on commit 06f3974

Please sign in to comment.