Ditch The Launchpad Fade Animation [OS X Tips]

By

LaunchPad

Here’s another OS X Lion feature: the Launchpad. It fades in and out when being shown and hidden. You’d think this was just the way things are, but there’s actually a way to disable it. Why would you want to? Older computers that still support OS X Lion might need a little less to worry about, and turning off animations like this (or the “move to dock” window function) can help things feel a bit snappier. Or, maybe you just don’t like the fade in and fade out. Have it your way.


With a simple Terminal command or two, you can disable the fading transition with the following commands:

defaults write com.apple.dock springboard-show-duration -int 0
defaults write com.apple.dock springboard-hide-duration -int 0

Once that’s done, type or paste the following, as Launchpad is a Dock subprocess:

killall Dock

Simple, right? As soon as the Dock relaunches automatically, the Launchpad will no longer show or hide with a fade transition. If you only want to disable the show or the hide transition, just use one of the commands above to do so. Want to re-enable the transition? Use the following:


defaults delete com.apple.dock springboard-show-duration
defaults delete com.apple.dock springboard-hide-duration

and then
killall Dock

Bam! All is back to the original way of doing things.

[Source: OSXDaily]

Newsletters

Daily round-ups or a weekly refresher, straight from Cult of Mac to your inbox.

  • The Weekender

    The week's best Apple news, reviews and how-tos from Cult of Mac, every Saturday morning. Our readers say: "Thank you guys for always posting cool stuff" -- Vaughn Nevins. "Very informative" -- Kenly Xavier.