diff -r 7f43b93242aa -r 4a84d7e444d8 animpoint.cpp --- a/animpoint.cpp Mon Oct 06 11:10:20 2008 +0000 +++ b/animpoint.cpp Thu Jan 21 11:56:57 2010 +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 );