Skip to content

Commit

Permalink
tweak duration
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Jan 8, 2025
1 parent fa9cc8c commit 4ab3974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/components/primitives/copy-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const CopyButton = (props: CopyButtonProps) => {
initial={{ scale: 0.5, opacity: 0 }}
animate={{ scale: 1, opacity: 1 }}
exit={{ scale: 0.5, opacity: 0 }}
transition={{ type: 'spring', duration: 0.3, bounce: 0.5 }}
transition={{ type: 'spring', duration: 0.1, bounce: 0.5 }}
className="absolute inset-0"
>
<RiFileCopyLine className={`${sizeClass}`} />
Expand Down

0 comments on commit 4ab3974

Please sign in to comment.