make onboarding animations faster (#1578)

Co-authored-by: δυς <dys@dhappy.org>
This commit is contained in:
Sero
2023-07-26 13:55:43 +02:00
committed by GitHub
parent cc600e1ce3
commit 470aacb26e

View File

@@ -85,7 +85,7 @@ export const OnboardingGame: React.FC = (): JSX.Element => {
opacity: 0;
}
`;
const typingAnimation = `${blink} 1s steps(10, start) infinite`;
const typingAnimation = `${blink} 0.5s steps(2, start) infinite`;
// const pulseAnimation = `${blink} 2s infinite`;
const visits = visitedElements();
const [chievFound, setChievFound] = useState(false);