css3-transforms/Transforms.src.html

changeset 7349
55d46b236cf3
parent 7338
7c1a3923a1d5
child 7701
74e801dd7a86
     1.1 --- a/css3-transforms/Transforms.src.html	Tue Feb 05 13:50:38 2013 -0700
     1.2 +++ b/css3-transforms/Transforms.src.html	Tue Feb 05 13:50:38 2013 -0700
     1.3 @@ -1081,6 +1081,14 @@
     1.4                        absolute lengths.
     1.5                      </td>
     1.6                    </tr>
     1.7 +                  <tr>
     1.8 +                    <td>
     1.9 +                      <em>Animatable:</em>
    1.10 +                    </td>
    1.11 +                    <td>
    1.12 +                      as <a href="#animation">transform</a>
    1.13 +                    </td>
    1.14 +                  </tr>
    1.15                  </tbody>
    1.16                </table>
    1.17  
    1.18 @@ -1168,6 +1176,14 @@
    1.19                        For &lt;length&gt; the absolute value, otherwise a percentage
    1.20                      </td>
    1.21                    </tr>
    1.22 +                  <tr>
    1.23 +                    <td>
    1.24 +                      <em>Animatable:</em>
    1.25 +                    </td>
    1.26 +                    <td>
    1.27 +                      as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple list</a> of <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a>
    1.28 +                    </td>
    1.29 +                  </tr>
    1.30                  </tbody>
    1.31                </table>
    1.32                
    1.33 @@ -1321,6 +1337,14 @@
    1.34                        Same as specified value.
    1.35                      </td>
    1.36                    </tr>
    1.37 +                  <tr>
    1.38 +                    <td>
    1.39 +                      <em>Animatable:</em>
    1.40 +                    </td>
    1.41 +                    <td>
    1.42 +                      no
    1.43 +                    </td>
    1.44 +                  </tr>
    1.45                  </tbody>
    1.46                </table>
    1.47  
    1.48 @@ -1418,6 +1442,14 @@
    1.49                        Absolute length or "none".
    1.50                      </td>
    1.51                    </tr>
    1.52 +                  <tr>
    1.53 +                    <td>
    1.54 +                      <em>Animatable:</em>
    1.55 +                    </td>
    1.56 +                    <td>
    1.57 +                      as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-length">length</a>
    1.58 +                    </td>
    1.59 +                  </tr>
    1.60                  </tbody>
    1.61                </table>
    1.62  
    1.63 @@ -1519,6 +1551,14 @@
    1.64                        percentage.
    1.65                      </td>
    1.66                    </tr>
    1.67 +                  <tr>
    1.68 +                    <td>
    1.69 +                      <em>Animatable:</em>
    1.70 +                    </td>
    1.71 +                    <td>
    1.72 +                      as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple list</a> of <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a>
    1.73 +                    </td>
    1.74 +                  </tr>
    1.75                  </tbody>
    1.76                </table>
    1.77                <p>
    1.78 @@ -1679,6 +1719,14 @@
    1.79                        Same as specified value.
    1.80                      </td>
    1.81                    </tr>
    1.82 +                  <tr>
    1.83 +                    <td>
    1.84 +                      <em>Animatable:</em>
    1.85 +                    </td>
    1.86 +                    <td>
    1.87 +                      no
    1.88 +                    </td>
    1.89 +                  </tr>
    1.90                  </tbody>
    1.91                </table>
    1.92                <p>

mercurial