SSASideMenu icon indicating copy to clipboard operation
SSASideMenu copied to clipboard

Disable fade menu

Open amadeomano opened this issue 7 years ago • 0 comments

When i set the fadeMenuView property to false, the menu remains hidden while panning gesture. I guess the line 987 should be this way: menuViewContainer.alpha = fadeMenuView ? delta : 1

My problem solved by changing it like that. Anyway, thank you very much for this amazing library

amadeomano avatar May 03 '17 12:05 amadeomano