You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: