diff -r 7a71a914afdb -r 6d2b32f305f9 animpoint.cpp --- a/animpoint.cpp Thu May 07 08:48:53 2009 +0000 +++ b/animpoint.cpp Wed May 13 08:26:27 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 );