Skip to content

Commit

Permalink
Remove time from animation
Browse files Browse the repository at this point in the history
  • Loading branch information
illourr committed Jan 29, 2024
1 parent df2b303 commit f72c777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Page.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Link from "./Link.astro";
import { fade } from 'astro:transitions';
---

<div class="Page" transition:animate={fade({ duration: '0.4s' })}>
<div class="Page" transition:animate="fade">
<main class="prose prose-h1:font-semibold">
<slot />
</main>
Expand Down

0 comments on commit f72c777

Please sign in to comment.