mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
make onboarding animations faster (#1578)
Co-authored-by: δυς <dys@dhappy.org>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user