Skip to content

Commit bb9df4a

Browse files
committed
added animation for subscribe button
1 parent 7c0e7a7 commit bb9df4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/Animations.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,10 +1017,10 @@ export const featureSectionAnimations = {
10171017
export const buttonAnimation: Variants = {
10181018
whileHover: {
10191019
scale: 1.05,
1020-
transition: { type: "spring", stiffness: 400, damping: 10 },
1020+
transition: { type: 'spring', stiffness: 400, damping: 10 },
10211021
},
10221022
whileTap: {
10231023
scale: 0.95,
1024-
transition: { type: "spring", stiffness: 400, damping: 10 },
1024+
transition: { type: 'spring', stiffness: 400, damping: 10 },
10251025
},
10261026
};

0 commit comments

Comments
 (0)