mirror of
https://github.com/brl/mutter.git
synced 2025-01-12 04:34:40 +00:00
docs: Move the easing modes graphs to the AnimationMode docs
This commit is contained in:
parent
8a8cc20d93
commit
a2f03d3add
@ -164,8 +164,12 @@ typedef enum { /*< prefix=CLUTTER_REQUEST >*/
|
|||||||
* registered global alpha functions
|
* registered global alpha functions
|
||||||
*
|
*
|
||||||
* The animation modes used by #ClutterAlpha and #ClutterAnimation. This
|
* The animation modes used by #ClutterAlpha and #ClutterAnimation. This
|
||||||
* enumeration can be expanded in later versions of Clutter. See the
|
* enumeration can be expanded in later versions of Clutter.
|
||||||
* #ClutterAlpha documentation for a graph of all the animation modes.
|
*
|
||||||
|
* <figure id="easing-modes">
|
||||||
|
* <title>Easing modes provided by Clutter</title>
|
||||||
|
* <graphic fileref="easing-modes.png" format="PNG"/>
|
||||||
|
* </figure>
|
||||||
*
|
*
|
||||||
* Every global alpha function registered using clutter_alpha_register_func()
|
* Every global alpha function registered using clutter_alpha_register_func()
|
||||||
* or clutter_alpha_register_closure() will have a logical id greater than
|
* or clutter_alpha_register_closure() will have a logical id greater than
|
||||||
|
@ -62,11 +62,6 @@
|
|||||||
* #ClutterAlpha is used to "drive" a #ClutterBehaviour instance, and it
|
* #ClutterAlpha is used to "drive" a #ClutterBehaviour instance, and it
|
||||||
* is internally used by the #ClutterAnimation API.
|
* 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>
|
|
||||||
*
|
|
||||||
* <refsect2 id="ClutterAlpha-script">
|
* <refsect2 id="ClutterAlpha-script">
|
||||||
* <title>ClutterAlpha custom properties for #ClutterScript</title>
|
* <title>ClutterAlpha custom properties for #ClutterScript</title>
|
||||||
* <para>#ClutterAlpha defines a custom "function" property for
|
* <para>#ClutterAlpha defines a custom "function" property for
|
||||||
|
Loading…
Reference in New Issue
Block a user