We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc153a commit 7d5a60eCopy full SHA for 7d5a60e
src/pages/about.tsx
@@ -51,17 +51,17 @@ const membersContainerAnim = {
51
52
const memberAnim = {
53
hidden: {
54
- translateY: "-10%",
+ translateY: "-5%",
55
transition: {
56
duration: 0.15,
57
- ease: "linear"
+ ease: "easeOut"
58
}
59
},
60
show: {
61
translateY: "0%",
62
63
64
65
66
67
} as const;
0 commit comments