18

Mac OS X has a fantastic feature that enables you to play window effects in slow motion by holding down the Shift key while playing the animation (like minimize, maximize, Exposé, etc...)

As a matter of fact, I don't like it! :)

How can I disable it?

2

2 Answers 2

9

Open up Terminal.app

Type:

defaults write com.apple.finder FXEnableSlowAnimation -bool false

If you want to go back, use:

defaults write com.apple.finder FXEnableSlowAnimation -bool true

You'll need to restart the Finder after running the command.

5
  • 5
    Sorry... it did not work. Maybe it doesn't works on Snow Leopard. Commented Mar 20, 2010 at 17:47
  • 2
    Agreed, it did not work for me when i tried to disable the slow animation for expose on snow leopard
    – emmby
    Commented Apr 26, 2010 at 15:16
  • 3
    Eh.. didn't work for me either, Lion 10.7.4 Commented Jun 4, 2012 at 9:48
  • 1
    no workie, mountain lion Commented Nov 16, 2013 at 2:56
  • 3
    no workie, yosemite
    – mcmlxxxiii
    Commented Jan 28, 2015 at 2:07
1

At least for me, in Yosemite 10.10.3, the following answer from our friends at Ask Different worked: https://apple.stackexchange.com/a/115698


You can disable the hotkeys for slow motion effects by following these instructions:

  1. Open Terminal

  2. Go to ~/Library/Preferences by typing cd ~/Library/Preferences.

  3. Write open com.apple.symbolichotkeys.plist and press Enter.

  4. A window similar to this will open:

XCode PList Editor

  1. For items 34, 35, and 37, set enabled to NO.

  2. Restart your system.

  3. Enjoy.

Source

  1. MacWorld
  2. In Translation

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .