💄 lower frame rate of movement

This commit is contained in:
Chase Manning 2023-09-05 11:44:39 +03:00
commit 11a543499b

View file

@ -36,6 +36,8 @@ const Background = styled.img<BackgroundProps>`
image-rendering: pixelated;
image-rendering: optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;
transition: transform 0.2s steps(5, end);
`;
const Game = () => {