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
@mrkswrnr That was done for one main reason: that's making the implementation simpler. But that's not the end of the story, it would definitely be great to get the gesture support back as long as performance are acceptable.
As it's well explains by google: https://developers.google.com/web/fundamentals/performance/rendering/optimize-javascript-execution?hl=en. We should use the
requestAnimationFrame()
API for reflecting visual changes when the user is draging the LeftNav.One possible implementation is this one:
https://github.com/callemall/material-ui/blob/master/src/slider.jsx#L331
The text was updated successfully, but these errors were encountered: