Skip to content

Commit

Permalink
Update transition duration
Browse files Browse the repository at this point in the history
  • Loading branch information
jonamil committed Jul 19, 2024
1 parent 2bac7e3 commit 6a4b3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ThePrimaryColumn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
class="relative flex flex-1 overflow-hidden bg-blank-color"
>
<TheLinkColumnBody
class="transition-transform duration-300"
class="transition-transform duration-[250ms]"
:class="[!showLinkColumn ? '-translate-x-full' : '']"
/>
<TheCommentsColumnBody
class="absolute inset-0 transition-transform duration-300"
class="absolute inset-0 transition-transform duration-[250ms]"
:class="[showLinkColumn ? 'translate-x-full' : '']"
/>
</div>
Expand Down

1 comment on commit 6a4b3bf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for hackernews-dot-cool ready!

✅ Preview
https://hackernews-dot-cool-81hz31eyg-jonamil-56ba8df7.vercel.app

Built with commit 6a4b3bf.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.