We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2563bca commit d1a431bCopy full SHA for d1a431b
src/components/pages/HomePageComponent/Skills/index.tsx
@@ -4,7 +4,7 @@ import { useState } from 'react';
4
import HorizonParallax from './HorizonParallax';
5
import { SkillIcon, skillIcons } from './data';
6
7
-const DEFAULT_VELOCITY = 2;
+const DEFAULT_VELOCITY = 1.1;
8
9
export default function Skills() {
10
// Moving Speed
0 commit comments