sathyamoorthi / brackets-sidebar-plus

adding auto show/hide to sidebar
27 stars 6 forks source link

Sidebar animation stutters #15

Closed bemjb closed 9 years ago

bemjb commented 9 years ago

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.

sathyamoorthi commented 9 years ago

@bemjb Sure. I'll look at it when i'm free. Thanks for reporting it as an issue.

sathyamoorthi commented 9 years ago

updated with ccs3 transitions.