PDA

View Full Version : Minimize Animation Fast Now



Brandon_MacEachern
February 8th, 2014, 02:52 AM
Since updating Ubuntu about a few days ago, minimize animations now happen in a snap, and not that smoother slow animation it used to.

How can I get the smoother slow animation back? I liked it.

stinkeye
February 8th, 2014, 04:11 AM
Unity has a a slow minimize animation for the first 100 times you minimize then it speeds up.
This is supposed to let new users see were the minimized window is going.

In dconf there are settings for before you reach the 100 minimize threshold and after.
If you like the slow animation you can set these to be the same.
Change the dconf setting, com.canonical.Unity minimize-fast-duration
You can do this in dconf-editor (may need to install)
250177

or
in the terminal run....

gsettings set com.canonical.Unity minimize-fast-duration 800

Brandon_MacEachern
February 8th, 2014, 06:15 PM
Unity has a a slow minimize animation for the first 100 times you minimize then it speeds up.
This is supposed to let new users see were the minimized window is going.

In dconf there are settings for before you reach the 100 minimize threshold and after.
If you like the slow animation you can set these to be the same.
Change the dconf setting, com.canonical.Unity minimize-fast-duration
You can do this in dconf-editor (may need to install)
250177

or
in the terminal run....

gsettings set com.canonical.Unity minimize-fast-duration 800
Perfect, thanks!