I am currently working on implementing an animated slide effect when switching between tabs on a webpage. However, I have encountered some difficulties as the animation only seems to work partially.
My approach involves using animate.css with the expectation that it would simplify the process. Unfortunately, I have noticed that the transitions only affect the content while entering, but not exiting (meaning the content bounces in correctly, but does not slide out).
Despite coming across a similar unresolved query addressing this issue, it did not provide me with a solution ().
If anyone has any suggestions or can guide me in the right direction, I would greatly appreciate it.
You can view the code on Plunker: http://plnkr.co/edit/cERDGS2zvUxOyqboFZXT?p=preview
Thank you for your assistance.