Animate subfooter

How can I animate the subfooter to open and close sliding up and down on click of a button in footer.
Right now I am using subfooter as show-hide on click of button in footer but I would like to animate this SlideUp to show and SlideDown to hide it.

1 Like

This would be a cool feature to have! For any of the ionic components…

You can try ng-class{animateslide: shouldSee} for adding dynamic classes following the same approach as ng-show and ng-hide.

To those classes you can add in css the translate and animate rules that you need to move and hide an element.