We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
yes using fixedPixelsBottom you should be able to do that.
Sorry, something went wrong.
@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.
fixedPixelsBottom
Works great, thanks!
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: