Looking for guidance on how to make use of ng-hide and ng-show animations for toggling classes.
I want a default div that is hidden initially. When I click the button, it should slide in from left to right with animation. Clicking the same button again should make it slide back from right to left.
I'm seeking help to add the necessary animations for this functionality. Any assistance would be greatly appreciated.
Thanks in advance!