before an animation starts I need to analyze my elements to make sure everything is in the right spot.
I have this working now, but the problem is that when you click the “animate” button too fast then things fall out of place. I can’t expect a user to be patient and wait for every animation to complete.
What should I do?
disable the button on animation start, enable it on an animation complete callback.