Jquery – hiding backside smoothly at flip-card animation
I have a simple flip card animation where I need to hide the backface layer when not shown. Problem is, that hide() and show() can only be called at the beginning or ending (via transitionend) of the animation which of…