I noticed that the sidebar animation when it slides in and out isn't smooth. From a quick read of the code, it looks like you are animating the left property. It would be better to use a translate transform to move it away, you'd get much better performance. Unfortunately I don't have time at the moment to put together a pull request, but I figured I'd at least file an issue.
I noticed that the sidebar animation when it slides in and out isn't smooth. From a quick read of the code, it looks like you are animating the left property. It would be better to use a translate transform to move it away, you'd get much better performance. Unfortunately I don't have time at the moment to put together a pull request, but I figured I'd at least file an issue.