We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367bcae commit 1fc153aCopy full SHA for 1fc153a
src/pages/about.tsx
@@ -44,18 +44,25 @@ const membersContainerAnim = {
44
hidden: {},
45
show: {
46
transition: {
47
- duration: 0.5,
48
staggerChildren: 0.1
49
}
50
51
} as const;
52
53
const memberAnim = {
54
hidden: {
55
- translateY: "-10%"
+ translateY: "-10%",
+ transition: {
56
+ duration: 0.15,
57
+ ease: "linear"
58
+ }
59
},
60
- translateY: "0%"
61
+ translateY: "0%",
62
63
64
65
66
67
68
0 commit comments