speed this up. .5s is way too long

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=724314
This commit is contained in:
Aaron J. Seigo 2007-10-11 23:20:20 +00:00
parent 599f014cff
commit e6ca32da41

View File

@ -248,7 +248,7 @@ void Phase::moveItem(QGraphicsItem* item, Movement movement, const QPoint &desti
//TODO: variance in times based on the value of animation
state->frames = frames / 2;
state->currentFrame = 0;
state->interval = 500 / state->frames;
state->interval = 250 / state->frames;
state->interval = (state->interval / 40) * 40;
state->currentInterval = state->interval;