Oops, I removed one of fantasai's changes that I should have left.

Thu, 29 Mar 2012 14:51:26 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 29 Mar 2012 14:51:26 -0700
changeset 5333
a864cedf577e
parent 5332
8e5fc4412bea
child 5334
0bf8cf5edf4b

Oops, I removed one of fantasai's changes that I should have left.

css3-transitions/Overview.html file | annotate | diff | comparison | revisions
css3-transitions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-transitions/Overview.html	Thu Mar 29 14:37:26 2012 -0700
     1.2 +++ b/css3-transitions/Overview.html	Thu Mar 29 14:51:26 2012 -0700
     1.3 @@ -217,7 +217,8 @@
     1.4     transitions</em>, which describe how CSS properties can be made to change
     1.5     smoothly from one value to another over a given duration.
     1.6  
     1.7 -  <h2 id=transitions><span class=secno>2. </span>Transitions</h2>
     1.8 +  <h2 id=transitions><span class=secno>2. </span><a
     1.9 +   id=transitions->Transitions</a></h2>
    1.10  
    1.11    <p> Normally when the value of a CSS property changes, the rendered result
    1.12     is instantly updated, with the affected elements immediately changing from
     2.1 --- a/css3-transitions/Overview.src.html	Thu Mar 29 14:37:26 2012 -0700
     2.2 +++ b/css3-transitions/Overview.src.html	Thu Mar 29 14:51:26 2012 -0700
     2.3 @@ -89,7 +89,7 @@
     2.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.
     2.5        </p>
     2.6  
     2.7 -<h2 id="transitions">Transitions</h2>
     2.8 +<h2 id="transitions"><a id="transitions-">Transitions</a></h2>
     2.9        <p>
    2.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.
    2.11        </p>

mercurial