Skip to content

Instantly share code, notes, and snippets.

@jimmieego
Last active April 29, 2020 01:24
Show Gist options
  • Select an option

  • Save jimmieego/3383a8c63a5b11e48d861d9a395b04b2 to your computer and use it in GitHub Desktop.

Select an option

Save jimmieego/3383a8c63a5b11e48d861d9a395b04b2 to your computer and use it in GitHub Desktop.

Confirmed, this is caused by any app tweaking Finder's AnimateWindowZoom and DisableAllAnimations plist keys (TotalFinder does that).

To fix it for plain Finder, please execute this as a single line in Terminal.app:

osascript -e "tell application \"Finder\" to quit" && defaults write com.apple.finder DisableAllAnimations -bool false &&  defaults write com.apple.finder AnimateWindowZoom -bool true

To fix it for TotalFinder please follow this post: http://discuss.binaryage.com/t/weird-finder-ghosting/1526/2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment