-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change animation speed #465
Comments
@matt1432 Hi! Thanks for your feedback! |
I'm talking about the delay after revealing a square, the delay before a square is flagged after pressing a number, etc |
@matt1432 What device are you using? It shouldn't take any second to review the map. But, if you are using a big map with a slow device, it may take some time to process the map update. |
I have been playing minesweeper for a few years now and am decently fast at it. I think I can relate to what this issues says.
See this: There are some desktop minesweepers that do something like this: https://minesweeper.online/. You can hold your mouse button on a tile and it won't be revealed, but as soon as you lift it will be revealed. I think on desktop this kind of behavior is somewhat acceptable because mouse in general are faster then touch and provide good feedback to your hand and brain. But then there are implementations like https://mzrg.com/js/mine/torus.html which feel a lot better when you want to solve it fast. As soon as a tile is revealed a fast minesweeper player is already planning their next moves even though their touch/mouse action may still not be complete.
realtime: This feel jarring because the reveal timing doesn't match my pressing or lifting of finger from the screen and really breaks my rhythm I think the solution would be to just process the "tile reveal" or "tap on number" as soon as the user's finger lands on the screen and move the gray box entirely or as soon as the times are revealed. If I find some time, I'll try to create a PoC where I remove these 2 things. |
@lucasnlm I think they meant the fact that after pressing a tile (including numbers), the action doesn't happen immediately, having a "tap" animation before tiles are revealed / flagged. The problem is that the tap animation plays after a tap, when it should play during a tap. Tiles should be revealed immediately after raising the finger (unless the player has slid their finger past the tile, indicating that they did not mean to tap it), and any animation that plays after the player has done so should not obscure the tile. |
Just tried this app again and this is not an issue anymore. |
Just to confirm, did you run 17.7.0? I was looking at the changelog just to see what fixed the bug, but couldn't spot anything 🤔 |
I really like this app. However, when I try to go fast the app does not follow along. I have to wait after each animation which can be painful.
I would like the option to disable animations or at least make them quicker, so that I can be as fast as possible.
The text was updated successfully, but these errors were encountered: