Skip to content

Commit

Permalink
fix: use svelte animations
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyphyn committed Jul 21, 2024
1 parent 8785172 commit bb5ca61
Show file tree
Hide file tree
Showing 2 changed files with 5,209 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/lemmy/post/feed/VirtualFeed.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@
<li
bind:this={virtualItemEls[index]}
data-index={row.index}
class="relative post-container pop-in"
class="relative post-container"
in:fly={{ y: -16, easing: expoOut, duration: 500, opacity: 0 }}
>
{#if posts[row.index]}
<Post
Expand Down
Loading

0 comments on commit bb5ca61

Please sign in to comment.