css-transitions/Overview.src.html

changeset 9840
6a829ba57172
parent 9838
c586bf5073db
child 9871
de0aa877c41b
     1.1 --- a/css-transitions/Overview.src.html	Mon Jan 27 21:45:21 2014 -0800
     1.2 +++ b/css-transitions/Overview.src.html	Mon Jan 27 21:52:46 2014 -0800
     1.3 @@ -95,7 +95,7 @@
     1.4          This document introduces new CSS features to enable <em>implicit transitions</em>, which describe how CSS properties can be made to change smoothly from one value to another over a given duration.
     1.5        </p>
     1.6  
     1.7 -<h2 id="transitions"><a id="transitions-">Transitions</a></h2>
     1.8 +<h2 id="transitions"><a title="" id="transitions-">Transitions</a></h2>
     1.9        <p>
    1.10          Normally when the value of a CSS property changes, the rendered result is instantly updated, with the affected elements immediately changing from the old property value to the new property value. This section describes a way to specify transitions using new CSS properties. These properties are used to animate smoothly from the old state to the new state over time.
    1.11        </p>
    1.12 @@ -192,7 +192,7 @@
    1.13        </p>
    1.14  
    1.15        <!-- ======================================================================================================= -->
    1.16 -      <h3 id="transition-property-property"><a id="the-transition-property-property-">
    1.17 +      <h3 id="transition-property-property"><a title="" id="the-transition-property-property-">
    1.18          The 'transition-property' Property
    1.19        </a></h3>
    1.20        <p>
    1.21 @@ -337,7 +337,7 @@
    1.22        </p>
    1.23  
    1.24        <!-- ======================================================================================================= -->
    1.25 -      <h3 id="transition-duration-property"><a id="the-transition-duration-property-">
    1.26 +      <h3 id="transition-duration-property"><a title="" id="the-transition-duration-property-">
    1.27          The 'transition-duration' Property
    1.28        </a></h3>
    1.29        <p>
    1.30 @@ -434,7 +434,7 @@
    1.31        <!-- =======================================================================================================   
    1.32          -->
    1.33  
    1.34 -      <h3 id="transition-timing-function-property"><a id="transition-timing-function_tag">
    1.35 +      <h3 id="transition-timing-function-property"><a title="" id="transition-timing-function_tag">
    1.36          The 'transition-timing-function' Property
    1.37        </a></h3>
    1.38        <p>
    1.39 @@ -663,7 +663,7 @@
    1.40            exceed this range.
    1.41          </dd>
    1.42        </dl><!-- ======================================================================================================= -->
    1.43 -      <h3 id="transition-delay-property"><a id="the-transition-delay-property-">
    1.44 +      <h3 id="transition-delay-property"><a title="" id="the-transition-delay-property-">
    1.45          The 'transition-delay' Property
    1.46        </a></h3>
    1.47        <p>
    1.48 @@ -756,7 +756,7 @@
    1.49            </tr>
    1.50          </tbody>
    1.51        </table><!-- ======================================================================================================= -->
    1.52 -      <h3 id="transition-shorthand-property"><a id="the-transition-shorthand-property-">
    1.53 +      <h3 id="transition-shorthand-property"><a title="" id="the-transition-shorthand-property-">
    1.54          The 'transition' Shorthand Property
    1.55        </a></h3>
    1.56        <p>
    1.57 @@ -1256,7 +1256,7 @@
    1.58          as the input to the timing function.
    1.59        </p>
    1.60  
    1.61 -      <h2 id="transition-events"><a id="transition-events-">
    1.62 +      <h2 id="transition-events"><a title="" id="transition-events-">
    1.63          Transition Events
    1.64        </a></h2>
    1.65        <p>
    1.66 @@ -1362,7 +1362,7 @@
    1.67          </dd>
    1.68        </dl>
    1.69  
    1.70 -      <h2 id="animatable-types"><a id="animation-of-property-types-">
    1.71 +      <h2 id="animatable-types"><a title="" id="animation-of-property-types-">
    1.72          Animation of property types
    1.73        </a></h2>
    1.74  
    1.75 @@ -1508,7 +1508,7 @@
    1.76        of shorthand properties and the ''all'' value is applied to any
    1.77        properties (in the shorthand) that can be animated.</p>
    1.78  
    1.79 -      <h2 id="animatable-properties"><a id="animatable-properties-">
    1.80 +      <h2 id="animatable-properties"><a title="" id="animatable-properties-">
    1.81          Animatable properties
    1.82        </a></h2>
    1.83  
    1.84 @@ -1547,7 +1547,7 @@
    1.85        the property animates.  Such definitions override those given in
    1.86        this specification.</p>
    1.87  
    1.88 -      <h3 id="animatable-css"><a id="properties-from-css-">
    1.89 +      <h3 id="animatable-css"><a title="" id="properties-from-css-">
    1.90          Properties from CSS
    1.91        </a></h3>
    1.92  
    1.93 @@ -1695,7 +1695,7 @@
    1.94         </tr>
    1.95       </table>
    1.96  
    1.97 -     <h3 id="animatable-svg"><a id="properties-from-svg-">
    1.98 +     <h3 id="animatable-svg"><a title="" id="properties-from-svg-">
    1.99         Properties from SVG
   1.100       </a></h3>
   1.101  

mercurial