Shorter animations

This patch cuts down animation time quite considerably. We've discussed
this during the sprint. The default long animation is now 120ms instead
of 250. We have played around with different values, and this seemed to
hit sweet spot between the interface feeling really snappy, but the
animations still visible, so no sudden transitions in the UI.

We should consider doing something similar for kwin animations.

Reviewed-by: Kai Uwe & Marco

CCMAIL:plasma-devel@kde.org
CCMAIL:kwin@kde.org
This commit is contained in:
Sebastian Kügler 2015-02-21 19:53:01 +01:00
parent e3b8935d29
commit 2cf49abb3e

View File

@ -35,7 +35,7 @@
const QString plasmarc = QStringLiteral("plasmarc");
const QString groupName = QStringLiteral("Units");
const int defaultLongDuration = 250;
const int defaultLongDuration = 120;
Units::Units(QObject *parent)
: QObject(parent),