I have a client requesting that the side menu scales down slightly when in it’s open state, i’ve tried to accomplish this using CSS, but the JS seems to apply a css transform attribute directly to the element.
I’ve managed in the past to create custom transitions for the modal component, can anything similar be done for the menu?
Any nudges in the right direction are appreciated guys, thanks.
Any solution here? I mean, there’s 3 events for menu (ionOpen, ionClose & ionDrag), but what I’d like to do is to animate the menu content when dragging the view (similar to ‘back’ animation).
Any suggestions? It would be nice if we could apply some animations for the menu.
Is there anything regarding animation on orientation change. I apply type ion-menu for different kind of animation, but this doesn’t work with split pane. On orientation change, the split suddenly shows/hide itself which is not a good experience.