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.
Change animation of ons-splitter
-
Hi!
Is there a way to change the animation of the ons-splitter menu?
If not, anyone knows what functions needs to be changed to change the splitter behaviour? Thanks in advance.
-
You can set the
animation
attribute onons-splitter-side
to change the splitter animation. You may also want to setanimation-options
.https://onsen.io/v2/api/js/ons-splitter-side.html#attributes
-
@emccorson Thanks a lot!