diff -r 7f43b93242aa -r 2a33304714ba animpoint.cpp --- a/animpoint.cpp Mon Oct 06 11:10:20 2008 +0000 +++ b/animpoint.cpp Tue Nov 17 08:24:59 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 );