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

Issues with splash animation #63

Closed
kamilmielnik opened this issue Jan 19, 2021 · 1 comment · Fixed by #64
Closed

Issues with splash animation #63

kamilmielnik opened this issue Jan 19, 2021 · 1 comment · Fixed by #64

Comments

@kamilmielnik
Copy link
Owner

No description provided.

@kamilmielnik
Copy link
Owner Author

This is mainly caused by a password manager browser extension injecting extra DOM around 225 inputs which it thinks it's supposed to fill in. Everything is good on Scrabble Solver's side, we request to disable the autofill in tiles (13ca81f), it's just that the extension does not seem to respect it.

There are however other issues with animations:

  • sidebar animation on first run starts too fast - it uses setTimeout to delay the action, but it should use onAnimationEnd instead
  • color logo animation in splash screen reverts to initial state after it's complete

@kamilmielnik kamilmielnik changed the title Splash animation is not smooth Issues with splash animation Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant