css3-transitions/Overview.src.html

changeset 7299
be188be3a708
parent 7298
ea66fed14ca7
child 7300
6b5583cd39bb
     1.1 --- a/css3-transitions/Overview.src.html	Sun Feb 03 23:24:56 2013 -0700
     1.2 +++ b/css3-transitions/Overview.src.html	Sun Feb 03 23:26:51 2013 -0700
     1.3 @@ -1255,8 +1255,9 @@
     1.4          <li>
     1.5            <strong>color</strong>: interpolated via red, green, blue and alpha
     1.6            components (treating each as a number, see below).
     1.7 -          <div class="issue">Issue: Are the colors interpolated in
     1.8 -          premultiplied space or non-premultiplied space?</div>
     1.9 +          The interpolation is done between premultiplied colors
    1.10 +          (that is, colors for which the red, green, and blue components
    1.11 +          specified have been multiplied by the alpha).
    1.12          </li>
    1.13          <li>
    1.14            <strong>length</strong>: interpolated as real numbers.

mercurial