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:
parent
feea24f09b
commit
3a550b3ef7
@ -28,7 +28,6 @@ ZoomAnimation::ZoomAnimation(QObject *parent)
|
||||
: Animation(parent),
|
||||
m_zoom(0)
|
||||
{
|
||||
Animation::setEasingCurveType(QEasingCurve::OutBounce);
|
||||
}
|
||||
|
||||
ZoomAnimation::~ZoomAnimation()
|
||||
|
Loading…
Reference in New Issue
Block a user