Skip to content

Commit 48fe682

Browse files
committed
[css-backgrounds-4] Moved definition for animating shadows to 'box-shadow-offset'
1 parent 7f0cb1c commit 48fe682

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-backgrounds-4/Overview.bs

+6-6
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,11 @@ Inherited: no
773773
Percentages: N/A
774774
Computed value: list, each item either 'none' or a pair of offsets
775775
(horizontal and vertical) from the element‘s box
776-
Animatable: by computed value
776+
Animatable: by computed value,
777+
appending blank shadows (''transparent 0 0 0 0'')
778+
with a corresponding ''box-shadow-position/inset'' keyword as needed
779+
to match the longer list
780+
if the shorter list is otherwise compatible with the longer one
777781
</pre>
778782

779783
<p>The 'box-shadow-offset' property defines one or more drop shadow offsets.
@@ -904,11 +908,7 @@ Applies to: all elements
904908
Inherited: no
905909
Percentages: N/A
906910
Computed value: see individual properties
907-
Animatable: by computed value,
908-
appending blank shadows (''transparent 0 0 0 0'')
909-
with a corresponding ''box-shadow-position/inset'' keyword as needed
910-
to match the longer list
911-
if the shorter list is otherwise compatible with the longer one
911+
Animatable: see individual properties
912912
</pre>
913913

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

0 commit comments

Comments
 (0)