summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-09-22 11:01:45 -0700
committerMatthias Clasen <mclasen@redhat.com>2016-09-22 11:01:45 -0700
commit9aceb34429d410cf8c61a6ee12920e9df14288a5 (patch)
treeec906f2274e96ac8dd44451924a0c27210dd8063 /docs
parentc0048b426b49c2fa45711f2e05aa58ccb2276f97 (diff)
downloadgtk+-9aceb34429d410cf8c61a6ee12920e9df14288a5.tar.gz
Fix another type in the css docs
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/css-overview.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/gtk/css-overview.xml b/docs/reference/gtk/css-overview.xml
index 7d8bb5aed5..a5bb29cffb 100644
--- a/docs/reference/gtk/css-overview.xml
+++ b/docs/reference/gtk/css-overview.xml
@@ -942,7 +942,7 @@ arrow {
<para>
To enable an animation, the name of the keyframes must be set as the value
of the animation-name property. The details of the animation can modified
- with the animation-time, animation-timing-function, animation-iteration-count
+ with the animation-duration, animation-timing-function, animation-iteration-count
and other animation properties.
</para>
@@ -955,7 +955,7 @@ arrow {
spinner {
animation-name: spin;
- animation-time: 1s;
+ animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}