Create a custom animation for side-menu

Hi,

I want to make my own custom animation for the side-menu, this is possible with ionic?

I’m looking inside of ionic.bundle.js and I find the translate() css handler code to move the content and show the menu behind… I don’t want change the ionic.bundle code, for future updates of ionic. so… Exist any way to change the animation of the side-menu without change the core code of ionic?.

Best
C

You can handle this with CSS 3d Transforms. Checkout http://codepen.io/vialware/pen/ypoxd

2 Likes