File tree 3 files changed +5
-13
lines changed
3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -851,11 +851,7 @@ Text Shadows: the 'text-shadow' property</h2>
851
851
Computed value : either the keyword ''box-shadow/none'' or
852
852
a list, each item consisting of three absolute lengths
853
853
plus a computed color
854
- Animation type : by computed value,
855
- treating ''box-shadow/none'' as a zero-item list
856
- and appending blank shadows (''transparent 0 0 0'')
857
- as needed to match the longer list
858
- if the shorter list is otherwise compatible with the longer one
854
+ Animation type : as [=shadow list=]
859
855
</pre>
860
856
861
857
This property accepts a comma-separated list of shadow effects
Original file line number Diff line number Diff line change @@ -1920,11 +1920,7 @@ Text Shadows: the 'text-shadow' property</h2>
1920
1920
Computed value : either the keyword ''box-shadow/none'' or
1921
1921
a list, each item consisting of four absolute lengths
1922
1922
plus a computed color
1923
- Animation type : by computed value,
1924
- treating ''box-shadow/none'' as a zero-item list
1925
- and appending blank shadows (''transparent 0 0 0 0'')
1926
- as needed to match the longer list
1927
- if the shorter list is otherwise compatible with the longer one
1923
+ Animation type : as [=shadow list=]
1928
1924
</pre>
1929
1925
1930
1926
This property accepts a comma-separated list of shadow effects
Original file line number Diff line number Diff line change @@ -6428,10 +6428,10 @@ map to ''visibility/visible''
6428
6428
and other values of <var ignore> p</var> map to the closer endpoint;
6429
6429
if neither value is ''visibility/visible'' then [=discrete=] animation is used.
6430
6430
6431
- Animation of 'box-shadow' {#animating-shadow-lists}
6432
- -------------------------------
6431
+ Animation of 'box-shadow' and 'text-shadow' {#animating-shadow-lists}
6432
+ -------------------------------------------
6433
6433
6434
- Animation the 'box-shadow' property follows the procedures for
6434
+ Animation the 'box-shadow' or 'text-shadow' property follows the procedures for
6435
6435
[[css-values-4#combining-values|combining]]
6436
6436
<dfn export lt="combining shadow lists" local-lt="shadow lists">shadow lists</dfn>
6437
6437
as follows:
You can’t perform that action at this time.
0 commit comments