Skip to content

Commit

Permalink
[web-animations-1] Array-form keyframes argument can include null a…
Browse files Browse the repository at this point in the history
…nd `undefined`
  • Loading branch information
cdoublev authored and birtles committed Jan 30, 2025
1 parent 4fe363f commit d5cd51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-animations-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6100,7 +6100,7 @@ The {{KeyframeEffect}} interface {#the-keyframeeffect-interface}
(CompositeOperationOrAuto or sequence<CompositeOperationOrAuto>) composite = [];
};

typedef (sequence<Keyframe> or PropertyIndexedKeyframes) KeyframeArgument;
typedef (sequence<Keyframe?> or PropertyIndexedKeyframes) KeyframeArgument;
</xmp>

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

0 comments on commit d5cd51f

Please sign in to comment.