I'd like to request an option to disable the animated panes. For example, if the Project pane is hidden, and I hit my hotkey to show it, it animates to a visible state. This is normally fine but if my machine is bogged down running a build in the background then it can take 10-20 seconds for the pane to fully render.
Actually, how about two things:
1. Add an option to globally disable animations for HE.
2. Update animation code to be sensitive to time. Rather than expanding x pixels every update, update x pixels per time interval. That way, if the machine is running slow the pane still opens as fast as it should, it just skips frames that it's dropping.
Thanks!