css3-transitions/Overview.src.html

changeset 7350
929febca4320
parent 7348
cc776915a57d
child 7396
3d711398f7a6
     1.1 --- a/css3-transitions/Overview.src.html	Tue Feb 05 13:50:38 2013 -0700
     1.2 +++ b/css3-transitions/Overview.src.html	Tue Feb 05 14:41:07 2013 -0700
     1.3 @@ -1232,11 +1232,19 @@
     1.4            endpoint; if neither value is ''visible'' then not interpolable.
     1.5          </li>
     1.6          <li id="animtype-shadow-list">
     1.7 -          <strong>shadow list</strong>: interpolated via the color, x, y
     1.8 -          and blur components (treating them as color and numbers where
     1.9 -          appropriate). In the case where there are lists of shadows,
    1.10 -          the shorter list is padded at the end with shadows whose
    1.11 -          color is transparent and all lengths (x, y, blur) are 0.
    1.12 +          <strong>shadow list</strong>: Each shadow in the list is
    1.13 +          interpolated via the
    1.14 +          color (as <a href="#animtype-color">color</a>) component,
    1.15 +          and x, y, blur, and (when appropriate) spread
    1.16 +          (as <a href="#animtype-length">length</a>) components.
    1.17 +          For each shadow, if one input shadow is ''inset'' and the other
    1.18 +          is not, then the result for that shadow matches the inputs;
    1.19 +          otherwise the entire list is not interpolable.
    1.20 +          If the lists of shadows have different lengths,
    1.21 +          then the shorter list is padded at the end
    1.22 +          with shadows whose color is ''transparent'',
    1.23 +          all lengths are ''0'',
    1.24 +          and whose ''inset'' (or not) matches the longer list.
    1.25          </li>
    1.26          <li id="animtype-gradient">
    1.27            <strong>gradient</strong>: interpolated via the

mercurial