Skip to content
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

Animate arrow indicators #335

Open
Naviary2 opened this issue Nov 20, 2024 · 0 comments
Open

Animate arrow indicators #335

Naviary2 opened this issue Nov 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Naviary2
Copy link
Member

Naviary2 commented Nov 20, 2024

The arrows on the edges of the screen pointing to pieces off screen are not animated. When you rewind and forward moves the arrows instantly teleport to the pieces destination. It would greatly enhance the user experience and help players to more efficiently figure out where somebody moved if we animated these arrows from the pieces start position to end position.

Here's how this would go:

  1. In the normal method that renders all the arrows of all pieces, skip rendering the arrow of a piece currently being animated. (pieces currently being animated are held in the animation.js script)
  2. Create a new method that renders the arrows of the animated piece, while it's been animated and ceases when the animation is over.

In addition, the mini images of the pieces when you are zoomed out should also be animated.

@Naviary2 Naviary2 added the enhancement New feature or request label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant