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.
1 parent 1ba2a28 commit dd0c514Copy full SHA for dd0c514
web-animations-1/Overview.bs
@@ -4433,7 +4433,7 @@ abstract {{AnimationEffect}} interface.
4433
interface AnimationEffect {
4434
EffectTiming getTiming();
4435
ComputedEffectTiming getComputedTiming();
4436
- undefined updateTiming(optional OptionalEffectTiming timing = {});
+ undefined updateTiming(optional OptionalEffectTiming timing = {});
4437
};
4438
</pre>
4439
@@ -4816,7 +4816,7 @@ interface KeyframeEffect : AnimationEffect {
4816
attribute CSSOMString? pseudoElement;
4817
attribute CompositeOperation composite;
4818
sequence<object> getKeyframes();
4819
- undefined setKeyframes(object? keyframes);
+ undefined setKeyframes(object? keyframes);
4820
4821
4822
0 commit comments