X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/18354deaae117d65525929a1de2337275e454232..d4287eb8e36ead543eb595bfcaa217fa0edd2654:/src/selectiontoggle.cpp diff --git a/src/selectiontoggle.cpp b/src/selectiontoggle.cpp index fa10c7559..14ec04840 100644 --- a/src/selectiontoggle.cpp +++ b/src/selectiontoggle.cpp @@ -182,7 +182,7 @@ void SelectionToggle::startFading() Q_ASSERT(m_fadingTimeLine == 0); const bool animate = KGlobalSettings::graphicEffectsLevel() & KGlobalSettings::SimpleAnimationEffects; - const int duration = animate ? 1500 : 1; + const int duration = animate ? 600 : 1; m_fadingTimeLine = new QTimeLine(duration, this); connect(m_fadingTimeLine, SIGNAL(frameChanged(int)),