Disable transition animation on the footer

Hi,

I have a view that has a page parameter and users can navigate to the next or previous page.
Concrelety, I go to the state /mypage/:pageNb with a $state.go()
On page change, currently the whole page slides.
That view has a footer (with basically buttons to go to previous or next page), and the footer slides as well when they change page.

Is it possible to disable the sliding animation on the footer?
I tried class="no-animation" and animation="no-animation" in the <ion-footer-bar> without luck.