Hi all,
I have several problems with the animation of my book.
1. I tried to make a rotateY on my book but the controls did not work on my code (play(), pause(), paused()), so I make a rotate in CSS that I disable by adding or removing a class
2. The animation works perfectly on the first opening and closing cycle, but on the following ones the currentAngle variable is buggy
3. I would like to be able to click on the book only if the animation is finished Here is my code : https://codesandbox.io/s/sad-mcnulty-7k49my
I really need your help ;)
Thanks to all