mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-11-21 09:00:44 +00:00
💄 lower frame rate of movement
This commit is contained in:
parent
2e515accee
commit
11a543499b
1 changed files with 2 additions and 0 deletions
|
|
@ -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 = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue