diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 17:20:43 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 17:20:43 -0500 |
commit | bf7afa48f898bdfd658d7510f073df74f976cab5 (patch) | |
tree | de7963ac3b310038e64aec91280ced9d61e7a14b /gtk/gtkcssprovider.c | |
parent | 76472608c7f10e05543d3989f97ed28f6734b4bd (diff) | |
download | gtk+-bf7afa48f898bdfd658d7510f073df74f976cab5.tar.gz |
docs: replace all figures with headings and images
Diffstat (limited to 'gtk/gtkcssprovider.c')
-rw-r--r-- | gtk/gtkcssprovider.c | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c index c449175c08..7f5843ce27 100644 --- a/gtk/gtkcssprovider.c +++ b/gtk/gtkcssprovider.c @@ -595,21 +595,26 @@ * animation will be repated until the state changes again. * The option after the duration determines the transition function from a * small set of predefined functions. - * <figure><title>Linear transition</title> - * <graphic fileref="linear.png" format="PNG"/> - * </figure> - * <figure><title>Ease transition</title> - * <graphic fileref="ease.png" format="PNG"/> - * </figure> - * <figure><title>Ease-in-out transition</title> - * <graphic fileref="ease-in-out.png" format="PNG"/> - * </figure> - * <figure><title>Ease-in transition</title> - * <graphic fileref="ease-in.png" format="PNG"/> - * </figure> - * <figure><title>Ease-out transition</title> - * <graphic fileref="ease-out.png" format="PNG"/> - * </figure> + * + * ## Linear transition + * + * ![](linear.png) + * + * ## Ease transition + * + * ![](ease.png) + * + * ## Ease-in-out transition + * + * ![](ease-in-out.png) + * + * ## Ease-in transition + * + * ![](ease-in.png) + * + * ## Ease-out transition + * + * ![](ease-out.png) * * ## Supported properties * |