src/corelib/tools/qeasingcurve.cpp
changeset 18 2f34d5167611
parent 0 1918ee327afb
child 30 5dc02b23752f
equal deleted inserted replaced
3:41300fa6a67c 18:2f34d5167611
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the QtCore module of the Qt Toolkit.
     7 ** This file is part of the QtCore module of the Qt Toolkit.
     8 **
     8 **
   123                         Easing curve for a cubic (t^3) function:
   123                         Easing curve for a cubic (t^3) function:
   124                         accelerating from zero velocity.
   124                         accelerating from zero velocity.
   125     \value OutCubic     \inlineimage qeasingcurve-outcubic.png
   125     \value OutCubic     \inlineimage qeasingcurve-outcubic.png
   126                         \br
   126                         \br
   127                         Easing curve for a cubic (t^3) function:
   127                         Easing curve for a cubic (t^3) function:
   128                         decelerating from zero velocity.
   128                         decelerating to zero velocity.
   129     \value InOutCubic   \inlineimage qeasingcurve-inoutcubic.png
   129     \value InOutCubic   \inlineimage qeasingcurve-inoutcubic.png
   130                         \br
   130                         \br
   131                         Easing curve for a cubic (t^3) function:
   131                         Easing curve for a cubic (t^3) function:
   132                         acceleration until halfway, then deceleration.
   132                         acceleration until halfway, then deceleration.
   133     \value OutInCubic   \inlineimage qeasingcurve-outincubic.png
   133     \value OutInCubic   \inlineimage qeasingcurve-outincubic.png
   139                         Easing curve for a quartic (t^4) function:
   139                         Easing curve for a quartic (t^4) function:
   140                         accelerating from zero velocity.
   140                         accelerating from zero velocity.
   141     \value OutQuart     \inlineimage qeasingcurve-outquart.png
   141     \value OutQuart     \inlineimage qeasingcurve-outquart.png
   142                         \br
   142                         \br
   143                         Easing curve for a cubic (t^4) function:
   143                         Easing curve for a cubic (t^4) function:
   144                         decelerating from zero velocity.
   144                         decelerating to zero velocity.
   145     \value InOutQuart   \inlineimage qeasingcurve-inoutquart.png
   145     \value InOutQuart   \inlineimage qeasingcurve-inoutquart.png
   146                         \br
   146                         \br
   147                         Easing curve for a cubic (t^4) function:
   147                         Easing curve for a cubic (t^4) function:
   148                         acceleration until halfway, then deceleration.
   148                         acceleration until halfway, then deceleration.
   149     \value OutInQuart   \inlineimage qeasingcurve-outinquart.png
   149     \value OutInQuart   \inlineimage qeasingcurve-outinquart.png
   155                         Easing curve for a quintic (t^5) easing
   155                         Easing curve for a quintic (t^5) easing
   156                         in: accelerating from zero velocity.
   156                         in: accelerating from zero velocity.
   157     \value OutQuint     \inlineimage qeasingcurve-outquint.png
   157     \value OutQuint     \inlineimage qeasingcurve-outquint.png
   158                         \br
   158                         \br
   159                         Easing curve for a cubic (t^5) function:
   159                         Easing curve for a cubic (t^5) function:
   160                         decelerating from zero velocity.
   160                         decelerating to zero velocity.
   161     \value InOutQuint   \inlineimage qeasingcurve-inoutquint.png
   161     \value InOutQuint   \inlineimage qeasingcurve-inoutquint.png
   162                         \br
   162                         \br
   163                         Easing curve for a cubic (t^5) function:
   163                         Easing curve for a cubic (t^5) function:
   164                         acceleration until halfway, then deceleration.
   164                         acceleration until halfway, then deceleration.
   165     \value OutInQuint   \inlineimage qeasingcurve-outinquint.png
   165     \value OutInQuint   \inlineimage qeasingcurve-outinquint.png