Created
June 14, 2016 02:55
-
-
Save nguyenbathanh/c810baa4ea1156d4c8bf9545b04254b3 to your computer and use it in GitHub Desktop.
Ionic slide menu <ion-side-menus> transition like ios
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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