Skip to content

Commit

Permalink
added wiggle animation for button transition
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaio3D committed Feb 25, 2025
1 parent aa70f7d commit 58e050b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function StyledButton({
buttonConfig[feedback],
),
animate && animatedTransition
? "animate-[pulse_1s_ease-in-out_1]"
? "animate-[wiggle_0.5s_ease-in-out_1]"
: "",
)}
{...rest}
Expand Down

0 comments on commit 58e050b

Please sign in to comment.