diff -r 7f43b93242aa -r 16a8ef1d82b2 animpoint.cpp --- a/animpoint.cpp Mon Oct 06 11:10:20 2008 +0000 +++ b/animpoint.cpp Fri Oct 02 09:40:57 2009 +0000 @@ -115,7 +115,7 @@ return animated; } - // Some math slow down the movement + // Some math to slow down the movement in the end qreal f=1-n/animTicks; qreal ff=1-f*f*f; setX (startPos.x() + vector.x()*ff );