ecore/animator: improve the doc description.

This commit is contained in:
ChunEon Park 2014-12-09 16:51:08 +09:00
parent 1d8693d3e9
commit 8df0c5cf6d
1 changed files with 1 additions and 1 deletions

View File

@ -2696,7 +2696,7 @@ enum _Ecore_Pos_Map /* Position mappings */
ECORE_POS_MAP_DIVISOR_INTERP, /**< Start at gradient * v1, interpolated via power of v2 curve */
ECORE_POS_MAP_BOUNCE, /**< Start at 0.0 then "drop" like a ball bouncing to the ground at 1.0, and bounce v2 times, with decay factor of v1 */
ECORE_POS_MAP_SPRING, /**< Start at 0.0 then "wobble" like a spring rest position 1.0, and wobble v2 times, with decay factor of v1 */
ECORE_POS_MAP_CUBIC_BEZIER /**< Follow the cubic-bezier curve calculated with the points (x1, y1), (x2, y2) */
ECORE_POS_MAP_CUBIC_BEZIER /**< Follow the cubic-bezier curve calculated with the control points (x1, y1), (x2, y2) */
};
typedef enum _Ecore_Pos_Map Ecore_Pos_Map;