We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
null
undefined
1 parent 4fe363f commit d5cd51fCopy full SHA for d5cd51f
web-animations-1/Overview.bs
@@ -6100,7 +6100,7 @@ The {{KeyframeEffect}} interface {#the-keyframeeffect-interface}
6100
(CompositeOperationOrAuto or sequence<CompositeOperationOrAuto>) composite = [];
6101
};
6102
6103
- typedef (sequence<Keyframe> or PropertyIndexedKeyframes) KeyframeArgument;
+ typedef (sequence<Keyframe?> or PropertyIndexedKeyframes) KeyframeArgument;
6104
</xmp>
6105
6106
The meaning and allowed values of each argument is as follows:
0 commit comments