Skip to content

Instantly share code, notes, and snippets.

@dnedrow
Created October 4, 2024 16:10
Show Gist options
  • Select an option

  • Save dnedrow/688c3cdf11f79ee3302a993027709b7b to your computer and use it in GitHub Desktop.

Select an option

Save dnedrow/688c3cdf11f79ee3302a993027709b7b to your computer and use it in GitHub Desktop.
Enable dock animation slow motion
#!/usr/bin/env bash
# The following command will enable slow motion for Dock animation.
# Once this command is run, just hold the SHIFT key down while minimizing
# or expanding items in the Dock.
defaults write com.apple.dock slow-motion-allowed -bool YES; killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment