up vote 7 down vote favorite
1
share [g+] share [fb]

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?

link|improve this question

40% accept rate
Cool - didn't know about that. And +1 for asking in a positive way. – Andrew Grimm Feb 10 '11 at 11:44
feedback

1 Answer

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.

link|improve this answer
1  
Sorry... it did not work. Maybe it doesn't works on Snow Leopard. – Daniel Silveira Mar 20 '10 at 17:47
Agreed, it did not work for me when i tried to disable the slow animation for expose on snow leopard – emmby Apr 26 '10 at 15:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.