Skip to content

Instantly share code, notes, and snippets.

@nguyenbathanh
Created June 14, 2016 02:55
Show Gist options
  • Save nguyenbathanh/c810baa4ea1156d4c8bf9545b04254b3 to your computer and use it in GitHub Desktop.
Save nguyenbathanh/c810baa4ea1156d4c8bf9545b04254b3 to your computer and use it in GitHub Desktop.
Ionic slide menu <ion-side-menus> transition like ios
ion-side-menu-content {
transition: all 0.4s cubic-bezier(0.1, 0.7, 0.1, 1) 0s !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment