Is it possible to apply a fade-out animation when ng-if="false"
, instead of the HTML element instantly disappearing?
I've successfully added a fade-in animation using the ng-if="true"
condition, but I'm unable to achieve the same effect with a fade-out when ng-if="false"
. For the fade-in animation with ng-if="true"
, I am utilizing the Animate.css library.