ionic-native-transitions
ionic-native-transitions copied to clipboard
Nested Transitions with tabs animates tabs
If I have nested transitions within tabs, the plugin animates the tabs as well.
Is it possible to adjust the fixedPixelsBottom to prevent this?
Tabs are quite a popular layout for apps, this is a bit of a non-starter for the plugin. Any ideas?
yes using fixedPixelsBottom you should be able to do that.
@shprink can I change it back and forth inside of the controllers?
I would like the pixelBottom to be 0 on some pages, and 44px on others.
Every state can have a different transition:
https://github.com/shprink/ionic-native-transitions#usage
Try a different fixedPixelsBottom
that way and let me know, I have never done that but I should work.
Works great, thanks!