Skip to content

Commit a00eeb3

Browse files
committed
[css-backgrounds-4] Let 'box-shadow-offset: none' be animated as blank shadow
1 parent e705bb4 commit a00eeb3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -902,10 +902,11 @@ Inherited: no
902902
Percentages: N/A
903903
Computed value: see individual properties
904904
Animation type: by computed value,
905-
appending blank shadows (''transparent 0 0 0 0'')
906-
with a corresponding ''box-shadow-position/inset'' keyword as needed
907-
to match the longer list
908-
if the shorter list is otherwise compatible with the longer one
905+
letting ''box-shadow-offset/none'' create a blank shadow
906+
(''transparent 0 0 0 0'') when interpolated with non-'none' values
907+
and appending blank shadows with a corresponding
908+
''box-shadow-position/inset'' keyword as needed to match the longer list
909+
if the shorter list is otherwise compatible with the longer one
909910
</pre>
910911

911912
<p>The 'box-shadow' property attaches one or more drop-shadows to the box.

0 commit comments

Comments
 (0)