You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Feature Request
Earlier I was able to register my own animation/transition for the menu using the public registerAnimation method of ion-menu-controller. But with version 11 this is no longer possible as it is now private. My code:
Describe Preferred Solution
My suggestion is to be able to take advantage of the Angular MenuController to register different animations and to be able to use them in the ionic init with menuType: 'custom-animation-menu'. It would be optimal since you should not cheat using querySelector, componentOnReady and proxyMethod.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Feature Request
Ionic Info
Run
ionic info
from a terminal/cmd prompt and paste the output below.Describe the Feature Request
Earlier I was able to register my own animation/transition for the menu using the public registerAnimation method of ion-menu-controller. But with version 11 this is no longer possible as it is now private. My code:
Describe Preferred Solution
My suggestion is to be able to take advantage of the Angular MenuController to register different animations and to be able to use them in the ionic init with menuType: 'custom-animation-menu'. It would be optimal since you should not cheat using querySelector, componentOnReady and proxyMethod.
Describe Alternatives
Thank you very much ;)
The text was updated successfully, but these errors were encountered: