Using animate.css to transition ionic components

Anybody able to transition ionic components with animate.css or use vue.js transitions to transition ionic components? I can animate the entering but not the leaving. I tried animations api for simple opacity leaving animations and it feels slow in comparison. Plus the time it would take to write animate.css animations for animation api seems like a task I don’t want at the moment.

Ok you can transition ionic components using vue transition. I was having trouble with transitioning the modal component. I found a work around that worked. Transition a ion-card in the ion-modal. Make the modal transparent and have toggle both components.