Animation of [hidden] element

Does anyone know, who to animate an hidden element?

Let’s assume I have an element like this:

<ion-card-content [hidden]="!fullinfo">
</ion-card>

…and I would like to animate “max-height” or “height” with a bezier… How could I achieve this?

Thanks,
Oliver

2 Likes