Skip to content

Commit d5cd51f

Browse files
cdoublevbirtles
authored andcommitted
[web-animations-1] Array-form keyframes argument can include null and undefined
1 parent 4fe363f commit d5cd51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-animations-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6100,7 +6100,7 @@ The {{KeyframeEffect}} interface {#the-keyframeeffect-interface}
61006100
(CompositeOperationOrAuto or sequence<CompositeOperationOrAuto>) composite = [];
61016101
};
61026102

6103-
typedef (sequence<Keyframe> or PropertyIndexedKeyframes) KeyframeArgument;
6103+
typedef (sequence<Keyframe?> or PropertyIndexedKeyframes) KeyframeArgument;
61046104
</xmp>
61056105

61066106
The meaning and allowed values of each argument is as follows:

0 commit comments

Comments
 (0)