Skip to content

Commit

Permalink
chore: update animation timing
Browse files Browse the repository at this point in the history
  • Loading branch information
ocknamo committed Jun 12, 2024
1 parent f3534b1 commit c34f11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Image.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<style>
.blur-animation {
animation: 0.8s ease-in normal show;
animation: 0.5s ease-in normal show;
}
@keyframes show {
Expand Down

0 comments on commit c34f11b

Please sign in to comment.