Skip to content

Commit

Permalink
animation timing update
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelLaptev authored and gitbutler-client committed Jul 6, 2024
1 parent 9731658 commit 1d29176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/lib/components/contextmenu/ContextMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
border-radius: var(--radius-m);
box-shadow: var(--fx-shadow-s);
animation: fadeIn 0.12s ease-out forwards;
animation: fadeIn 0.1s ease-out forwards;
}
@keyframes fadeIn {
Expand Down

0 comments on commit 1d29176

Please sign in to comment.