Skip to content

Commit

Permalink
Правит анимацию прозрачности
Browse files Browse the repository at this point in the history
  • Loading branch information
Inventoris authored Aug 23, 2024
1 parent 5023979 commit ea4f578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/blocks/filter-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
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));
}

Expand Down

0 comments on commit ea4f578

Please sign in to comment.