vasu-gondaliya / rubiks-cube

A Rubik's Cube Visualizer with face turns, cube rotations, scramble generator, flat view of cube and cube animation
https://vasu-gondaliya.github.io/rubiks-cube/
MIT License
28 stars 30 forks source link

Fixed a-key bug on mobile #21

Closed xaerru closed 3 years ago

xaerru commented 3 years ago

I used an expression instead of an if statement for checking continueAnimation this time.

vasu-gondaliya commented 3 years ago

@gauravsingh5 See the site in mobile view from inspect. You will see the problem on clicking start animation button. The animation is starting multiple times. If you cannot find the problem, tell me. I will help you out.

xaerru commented 3 years ago

I saw it and it didn't start multiple times. Please check again.

vasu-gondaliya commented 3 years ago

Okay! My bad it is solved now. Great work @gauravsingh5!