css3-transitions/Overview.src.html

changeset 7302
5f9fb679d334
parent 7301
3249d55edb05
child 7303
824ebacafe40
     1.1 --- a/css3-transitions/Overview.src.html	Sun Feb 03 23:37:13 2013 -0700
     1.2 +++ b/css3-transitions/Overview.src.html	Sun Feb 03 23:57:22 2013 -0700
     1.3 @@ -1266,6 +1266,15 @@
     1.4            <strong>percentage</strong>: interpolated as real numbers.
     1.5          </li>
     1.6          <li>
     1.7 +          <strong>length, percentage, or calc</strong>: when both values
     1.8 +          are lengths, interpolated as lengths; when both values are
     1.9 +          percentages, interpolated as percentages; otherwise, both
    1.10 +          values are converted into a ''calc()'' function that is the
    1.11 +          sum of a length and a percentage (each possibly zero), and
    1.12 +          these ''calc()'' functions have each half interpolated as real
    1.13 +          numbers.
    1.14 +        </li>
    1.15 +        <li>
    1.16            <strong>integer</strong>: interpolated via discrete steps (whole
    1.17            numbers). The interpolation happens in real number space and is
    1.18            converted to an integer using <code>floor()</code>.
    1.19 @@ -1342,8 +1351,6 @@
    1.20          </li>
    1.21        </ul>
    1.22  
    1.23 -      <p class="issue">Need to add a length-percentage-calc type.</p>
    1.24 -
    1.25        <p>Future specifications may define additional types that can
    1.26        be animated.</p>
    1.27  

mercurial