Skip to content

Commit d1a431b

Browse files
committed
Reduce Skill Parallax Velocity
1 parent 2563bca commit d1a431b

File tree

1 file changed

+1
-1
lines changed
  • src/components/pages/HomePageComponent/Skills

1 file changed

+1
-1
lines changed

src/components/pages/HomePageComponent/Skills/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useState } from 'react';
44
import HorizonParallax from './HorizonParallax';
55
import { SkillIcon, skillIcons } from './data';
66

7-
const DEFAULT_VELOCITY = 2;
7+
const DEFAULT_VELOCITY = 1.1;
88

99
export default function Skills() {
1010
// Moving Speed

0 commit comments

Comments
 (0)