-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Flashing when close right sidebar menu #556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I ran emulator with Android 4.3. Also happen in browser. |
So, it appears that the left side flickers briefly, likely because the animation jerks. Commenting out the left side reduces the impact of the flicker or it goes away, not certain, speeds are a little too fast to discern. A hack might be to make the left side visibility default to hidden and only when open amount > 0, change visibility. part of this can be handled on the toggleLeft() function in ionic.js. |
Might be better to even make the menus be |
modifying ionic.js is outside the purview of angular, how would you go about adding a watch or something similar, but performant, to change display none/block for drag events in the SideMenuController? |
NM Andy, I've got it. It's relatively simple, modify the openAmount function on ionic.js for open and close... still, this is a hack, hopefully folks can find a proper solution. |
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. |
http://forum.ionicframework.com/t/flashing-when-close-right-sidebar-menu-issue/902
The text was updated successfully, but these errors were encountered: