Have you looked inside the Dock section of the control panel? There should be a bouncing toggle option there.
Hm... "Animate apps" checkbox doesn't do what you want?unfortunately there is not...
Hm... "Animate apps" checkbox doesn't do what you want?
If not, then I don't know the answer.
See attached, unfortunately there is not...
force-quit the Finder? and/or you could try resetting the dock. in terminal:
Killall Dock
not sure these things will help...but first things i would try.
Since upgrading to Yosemite none of my dock icons are bouncing upon receiving notifications. Has anyone else been experiencing this issue and / or may know of how to fix this?
defaults write com.apple.dock no-bouncing -bool FALSE && killall Dock
Make sure you haven't disabled the dock bouncing when apps require your attention. Paste this in the terminal:
Code:
defaults write com.apple.dock no-bouncing -bool FALSE && killall Dock
Same problem here. Does anyone has a solution?