diff --git a/tabbox/tabboxview.cpp b/tabbox/tabboxview.cpp index 3bfc574e92..ab881b024b 100644 --- a/tabbox/tabboxview.cpp +++ b/tabbox/tabboxview.cpp @@ -79,6 +79,7 @@ TabBoxView::TabBoxView( QWidget* parent ) m_selectionFrame->setEnabledBorders( Plasma::FrameSvg::AllBorders ); m_animation = new QPropertyAnimation( this, "selectedItem", this ); + m_animation->setDuration(250); m_animation->setEasingCurve( QEasingCurve::InOutQuad ); connect( tabBox, SIGNAL(configChanged()), this, SLOT(configChanged()));