Skip to content

Commit

Permalink
Правит анимацию прозрачности (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Inventoris authored Sep 5, 2024
1 parent b40c4fa commit 7db9ff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/blocks/filter-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
max-height: calc(100vh - 108px);
transition:
transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1),
opacity calc(0.5s * (var(--is-filter-open)));
opacity 0.5s;
background-color: hsl(0 0% var(--lightness));
}

.filter-panel__button {
Expand Down

0 comments on commit 7db9ff7

Please sign in to comment.