Skip to content

Commit

Permalink
chore: test transition effects
Browse files Browse the repository at this point in the history
  • Loading branch information
muratmerdoglu-dp committed Sep 3, 2024
1 parent 5ac7b7f commit 980af3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion static/styles/lib/loggedin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ header {
min-height: 100vh;
display: flex;
flex-direction: column;
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
// transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
padding-left: 255px;

@media only screen and (max-width: 1279px) {
Expand Down
6 changes: 3 additions & 3 deletions static/styles/lib/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
border-right: 1px solid rgba(0, 0, 0, 0.12);
display: flex;
flex-direction: column;
transition-duration: 0.2s;
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
// transition-duration: 0.2s;
// transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
// transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

&.hidden {
transform: translateX(-110%);
Expand Down

0 comments on commit 980af3a

Please sign in to comment.