Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Ons Tabbar animation options not working - React
-
I can’t seem to get the Tabbar animation options to take effect. I’ve tried different combinations of options, as well as the example provided in the documentation to no success.
Code looks something like this:<Tabbar position='auto' index={this.state.index} animation='slide' animationOptions={{duration: 0.2, delay: 0.4, timing: 'ease-in'}}
Any help is appreciated
-
@Arrais Looks like it doesn’t work properly. We are releasing an improved version of
ons-tabbar
next week and this will be fixed. For now you can tryanimation-options='{duration: 1}'
, it will work.
-
@Fran-Diox Hey, thanks for the answer and I’ll take a look into the new tabbar.