Reverting to use linear easing curve (it works better with newly ported

Plasma applet class).


svn path=/trunk/KDE/kdelibs/; revision=1061438
This commit is contained in:
Adenilson Cavalcanti Da Silva 2009-12-11 18:03:15 +00:00
parent feea24f09b
commit 3a550b3ef7

View File

@ -28,7 +28,6 @@ ZoomAnimation::ZoomAnimation(QObject *parent)
: Animation(parent),
m_zoom(0)
{
Animation::setEasingCurveType(QEasingCurve::OutBounce);
}
ZoomAnimation::~ZoomAnimation()