Skip to content

Commit

Permalink
fix: wrong animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Jan 19, 2024
1 parent 089acf5 commit 8ecf816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/solutions/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
</AnimatedInView>
<center>
<div class="flex items-center content-center">
<AnimatedInView once={true} animation={`from-bottom-slow 0.5s ease-out both`}>
<AnimatedInView once={true} animation={`from-right-slow 0.5s ease-out both`}>
<img class="drop-shadow-a rounded-lg" src={MetaScheduler} alt="MetaScheduler" />
</AnimatedInView>
</div>
Expand Down

0 comments on commit 8ecf816

Please sign in to comment.