diff -r 7f43b93242aa -r b486ffd0fa11 animpoint.cpp --- a/animpoint.cpp Mon Oct 06 11:10:20 2008 +0000 +++ b/animpoint.cpp Mon Dec 14 10:17:55 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 );