css3-transforms/Overview.html

changeset 7349
55d46b236cf3
parent 7338
7c1a3923a1d5
child 7701
74e801dd7a86
     1.1 --- a/css3-transforms/Overview.html	Tue Feb 05 13:50:38 2013 -0700
     1.2 +++ b/css3-transforms/Overview.html	Tue Feb 05 13:50:38 2013 -0700
     1.3 @@ -1359,6 +1359,11 @@
     1.4  
     1.5       <td> As specified, but with relative lengths converted into absolute
     1.6        lengths.
     1.7 +
     1.8 +    <tr>
     1.9 +     <td> <em>Animatable:</em>
    1.10 +
    1.11 +     <td> as <a href="#animation">transform</a>
    1.12    </table>
    1.13  
    1.14    <p> Any value other than ‘<code class=css>none</code>’ for the
    1.15 @@ -1420,6 +1425,15 @@
    1.16       <td> <em>Computed value:</em>
    1.17  
    1.18       <td> For &lt;length&gt; the absolute value, otherwise a percentage
    1.19 +
    1.20 +    <tr>
    1.21 +     <td> <em>Animatable:</em>
    1.22 +
    1.23 +     <td> as <a
    1.24 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple
    1.25 +      list</a> of <a
    1.26 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length,
    1.27 +      percentage, or calc</a>
    1.28    </table>
    1.29  
    1.30    <p> The default value for SVG elements without associated CSS layout box is
    1.31 @@ -1549,6 +1563,11 @@
    1.32       <td> <em>Computed value:</em>
    1.33  
    1.34       <td> Same as specified value.
    1.35 +
    1.36 +    <tr>
    1.37 +     <td> <em>Animatable:</em>
    1.38 +
    1.39 +     <td> no
    1.40    </table>
    1.41  
    1.42    <p> A value of ‘<code class=css>preserve-3d</code>’ for ‘<a
    1.43 @@ -1627,6 +1646,12 @@
    1.44       <td> <em>Computed value:</em>
    1.45  
    1.46       <td> Absolute length or "none".
    1.47 +
    1.48 +    <tr>
    1.49 +     <td> <em>Animatable:</em>
    1.50 +
    1.51 +     <td> as <a
    1.52 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-length">length</a>
    1.53    </table>
    1.54  
    1.55    <p> If the value is ‘<code class=css>none</code>’, no perspective
    1.56 @@ -1706,6 +1731,15 @@
    1.57       <td> <em>Computed value:</em>
    1.58  
    1.59       <td> For &lt;length&gt; the absolute value, otherwise a percentage.
    1.60 +
    1.61 +    <tr>
    1.62 +     <td> <em>Animatable:</em>
    1.63 +
    1.64 +     <td> as <a
    1.65 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple
    1.66 +      list</a> of <a
    1.67 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length,
    1.68 +      percentage, or calc</a>
    1.69    </table>
    1.70  
    1.71    <p> The values of the ‘<a href="#perspective"><code
    1.72 @@ -1845,6 +1879,11 @@
    1.73       <td> <em>Computed value:</em>
    1.74  
    1.75       <td> Same as specified value.
    1.76 +
    1.77 +    <tr>
    1.78 +     <td> <em>Animatable:</em>
    1.79 +
    1.80 +     <td> no
    1.81    </table>
    1.82  
    1.83    <p> The visibility of an element with ‘<code

mercurial