[docs] Update the easing modes documentation

The ClutterAlpha API reference page should also list the
easing modes Clutter provides by default, by showing the
curves used by each entry in the AnimationMode enumeration.

We can also remove the incomplete graph showing the old
alpha functions.
This commit is contained in:
Emmanuele Bassi
2009-01-20 18:13:36 +00:00
parent ec3b1a7b90
commit 268abcd786
6 changed files with 934 additions and 30 deletions

View File

@ -59,6 +59,11 @@
* #ClutterAlpha is used to "drive" a #ClutterBehaviour instance, and it
* is internally used by the #ClutterAnimation API.
*
* <figure id="easing-modes">
* <title>Easing modes provided by Clutter</title>
* <graphic fileref="easing-modes.png" format="PNG"/>
* </figure>
*
* Since: 0.2
*/