Skip to content

Commit

Permalink
Reduced animation on links removal
Browse files Browse the repository at this point in the history
  • Loading branch information
victrme committed Oct 20, 2021
1 parent 3282b32 commit 512e348
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/styles/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -424,10 +424,8 @@
}

&.removed {
width: 0;
margin: 1em 0;
opacity: 0;
transition: opacity 0.2s, width 0.4s 0.2s, margin 0.4s 0.2s;
transform: scale(0);
transition: transform 0.6s;
}
}
}
Expand Down

0 comments on commit 512e348

Please sign in to comment.