We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f863d17 commit 079c41eCopy full SHA for 079c41e
1 file changed
src/components/header/header.tsx
@@ -94,7 +94,7 @@ const HeaderImage = () => {
94
if (imgRef.current) {
95
VanillaTilt.init(imgRef.current, {
96
max: 25,
97
- speed: 400,
+ speed: 50,
98
glare: true,
99
"max-glare": 0.5,
100
});
0 commit comments