diff -r 7f43b93242aa -r c79486b7cb4b animpoint.cpp --- a/animpoint.cpp Mon Oct 06 11:10:20 2008 +0000 +++ b/animpoint.cpp Fri Nov 27 13:31:21 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 );