social section problem fixed
This commit is contained in:
parent
00ee2d11ce
commit
26b8b28a10
1 changed files with 8 additions and 8 deletions
|
|
@ -15,14 +15,14 @@ const SocialSection: React.FC = () => {
|
||||||
opacity: 0,
|
opacity: 0,
|
||||||
y: 60,
|
y: 60,
|
||||||
},
|
},
|
||||||
// visible: {
|
visible: {
|
||||||
// opacity: 1,
|
opacity: 1,
|
||||||
// y: 0,
|
y: 0,
|
||||||
// transition: {
|
transition: {
|
||||||
// duration: 0.8,
|
duration: 0.8,
|
||||||
// ease: "easeOut",
|
ease: "easeOut" as const,
|
||||||
// },
|
},
|
||||||
// },
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue