update timeline animation

This commit is contained in:
ClovertaTheTrilobita 2026-04-13 23:19:40 +03:00
parent a06f3d524f
commit 2b2222c740

View file

@ -51,9 +51,11 @@ const groupedPosts = filteredPosts.reduce((acc: any[], post: any) => {
<a
href={`/${lang}/posts/${slug}/`}
class="timeline-card"
data-astro-reload
>
<h2 class="post-title">
<h2
class="post-title"
transition:name={`post-title-${slug}`}
>
{post.data.title}
</h2>
<p class="post-description">