css3-transitions/Overview.src.html

changeset 5332
8e5fc4412bea
parent 5320
a8cc1c867298
child 5333
a864cedf577e
     1.1 --- a/css3-transitions/Overview.src.html	Thu Mar 29 22:49:28 2012 +0200
     1.2 +++ b/css3-transitions/Overview.src.html	Thu Mar 29 14:37:26 2012 -0700
     1.3 @@ -176,9 +176,9 @@
     1.4        </div>
     1.5        
     1.6        <!-- ======================================================================================================= -->
     1.7 -      <h3>
     1.8 +      <h3 id=the-transition-property><a id=the-transition-property-property->
     1.9          The <code class="property">'transition-property'</code> Property
    1.10 -      </h3>
    1.11 +      </a></h3>
    1.12        <p>
    1.13          The <code class="property">'transition-property'</code> property specifies the name of the CSS property to which the transition is applied.
    1.14        </p>
    1.15 @@ -298,9 +298,9 @@
    1.16        </p>
    1.17  
    1.18        <!-- ======================================================================================================= -->
    1.19 -      <h3>
    1.20 +      <h3 id=the-transition-duration><a id=the-transition-duration-property->
    1.21          The <code class="property">'transition-duration'</code> Property
    1.22 -      </h3>
    1.23 +      </a></h3>
    1.24        <p>
    1.25          The <code class="property">'transition-duration'</code> property defines the length of time that a transition takes.
    1.26        </p>
    1.27 @@ -379,9 +379,9 @@
    1.28        <!-- =======================================================================================================   
    1.29          -->
    1.30  
    1.31 -      <h3 id="transition-timing-function_tag">
    1.32 +      <h3 id="the-transition-timing-function"><a id=transition-timing-function_tag>
    1.33          The <code class="property">'transition-timing-function'</code> Property
    1.34 -      </h3>
    1.35 +      </a></h3>
    1.36        <p>
    1.37          The <code class="property">'transition-timing-function'</code> property
    1.38          describes how the intermediate values used during a transition will be
    1.39 @@ -585,9 +585,9 @@
    1.40            exceed this range.
    1.41          </dd>
    1.42        </dl><!-- ======================================================================================================= -->
    1.43 -      <h3>
    1.44 +      <h3 id=the-transition-delay><a id=the-transition-delay-property->
    1.45          The <code class="property">'transition-delay'</code> Property
    1.46 -      </h3>
    1.47 +      </a></h3>
    1.48        <p>
    1.49          The <code class="property">'transition-delay'</code> property defines when the transition will start. It allows a transition to begin execution some some period of time from when it is applied. A <code class="property">'transition-delay'</code> value of '0s' means the transition will execute as soon as the property is changed. Otherwise, the value specifies an offset from the moment the property is changed, and the transition will delay execution by that offset.
    1.50        </p>
    1.51 @@ -662,9 +662,9 @@
    1.52            </tr>
    1.53          </tbody>
    1.54        </table><!-- ======================================================================================================= -->
    1.55 -      <h3>
    1.56 +      <h3 id=the-transition-shorthand><a id=the-transition-shorthand-property->
    1.57          The <code class="property">'transition'</code> Shorthand Property
    1.58 -      </h3>
    1.59 +      </a></h3>
    1.60        <p>
    1.61          The <code class="property">'transition'</code> shorthand property combines the four properties described above into a single property.
    1.62        </p>
    1.63 @@ -926,9 +926,9 @@
    1.64          <a href="http://lists.w3.org/Archives/Public/www-style/2010Jan/thread.html#msg136">January 2010 part</a>.
    1.65        </p>
    1.66  
    1.67 -      <h2>
    1.68 +      <h2 id=transition-events><a id=transition-events->
    1.69          Transition Events
    1.70 -      </h2>
    1.71 +      </a></h2>
    1.72        <p>
    1.73          The completion of a CSS Transition generates a corresponding <a href="http://www.w3.org/TR/DOM-Level-2-Events/events.html">DOM Event</a>.
    1.74          An event is fired for each property that undergoes a transition.
    1.75 @@ -1107,9 +1107,9 @@
    1.76          </dd>
    1.77        </dl>
    1.78  
    1.79 -      <h2 id="animation-of-property-types-">
    1.80 +      <h2 id="animatable-types"><a id=animation-of-property-types->
    1.81          Animation of property types
    1.82 -      </h2>
    1.83 +      </a></h2>
    1.84  
    1.85        <p>
    1.86          The following describes how each property type undergoes transition or
    1.87 @@ -1210,9 +1210,9 @@
    1.88        values that can result from cubic-bezier().  Clamping values to the
    1.89        allowed range is probably the best solution.</p>
    1.90  
    1.91 -      <h2>
    1.92 +      <h2 id=animatable-properties><a id=animatable-properties->
    1.93          Animatable properties
    1.94 -      </h2>
    1.95 +      </a></h2>
    1.96  
    1.97        <!--
    1.98        As resolved in
    1.99 @@ -1237,9 +1237,9 @@
   1.100        the property animates.  Such definitions override those given in
   1.101        this specification.</p>
   1.102  
   1.103 -      <h3>
   1.104 +      <h3 id=animatable-css><a id=properties-from-css->
   1.105          Properties from CSS
   1.106 -      </h3>
   1.107 +      </a></h3>
   1.108  
   1.109       <table class="animatable-properties">
   1.110         <tr>
   1.111 @@ -1404,9 +1404,9 @@
   1.112    transform-origin.
   1.113  </p>
   1.114  
   1.115 -     <h3>
   1.116 +     <h3 id=animatable-svg><a id=properties-from-svg->
   1.117         Properties from SVG
   1.118 -     </h3>
   1.119 +     </a></h3>
   1.120  
   1.121       <p>
   1.122         All properties defined as animatable in the SVG specification, provided

mercurial