So, I don't like all of the zooming animations in El Capitan. They really bother me and slow down my workflow. I would love to disable the QuickLook animation like I did in Mountain Lion, but the only thing I can find on how to do this is by using this command:
However, when using this code in El Capitan, it only affects the zoom OUT and not the zoom IN. Zoom in will still be regular speed and zoom out will be completely missing. Deleting that line will result in the normal zoom out animation again.
Does anyone have any ideas on how to disable both zoom in and zoom out animations in El Capitan? Maybe there's another code out there that will do this?
I've found 2 or 3 articles on how to speed up El Capitan and this code seems to be on each site, but do they even try these codes? I think they just copied them from earlier Mac OS X versions and assume they still apply today.
Please advise.
Thank you.
Code:
defaults write -g QLPanelAnimationDuration -float 0
However, when using this code in El Capitan, it only affects the zoom OUT and not the zoom IN. Zoom in will still be regular speed and zoom out will be completely missing. Deleting that line will result in the normal zoom out animation again.
Does anyone have any ideas on how to disable both zoom in and zoom out animations in El Capitan? Maybe there's another code out there that will do this?
I've found 2 or 3 articles on how to speed up El Capitan and this code seems to be on each site, but do they even try these codes? I think they just copied them from earlier Mac OS X versions and assume they still apply today.
Please advise.
Thank you.