I am using Angular Material and I am using tabs in an md-dialog
. When navigating through the tabs the dialog height is scaling really smooth according to the content of the tab. However, when using an ng-if
to show or hide content, the dialog height changes but there is no smooth animation. Is there a way to animate the change in height when showing and hiding elements inside dialog?
This is a codepen of the tabs with a checkbox for adding content: