File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4306,9 +4306,15 @@ dictionary OptionalEffectTiming {
4306
4306
effect</a> .
4307
4307
4308
4308
In this level of this specification, the string value <code> auto</code>
4309
- is equivalent to zero.
4309
+ is treated as the value zero for the purpose of timing model calculations
4310
+ and for the result of the {{EffectTiming/duration}} member returned
4311
+ from {{AnimationEffect/getComputedTiming()}} .
4312
+ If the author specifies the <code> auto</code> value user agents must,
4313
+ however, return <code> auto</code> for the {{EffectTiming/duration}} member
4314
+ returned from {{AnimationEffect/getTiming()}} .
4315
+
4310
4316
This is a forwards-compatiblity measure since a future level of this
4311
- specification will introduce group effects where the
4317
+ specification is expected to introduce group effects where the
4312
4318
<code> auto</code> value expands to include the duration of the child
4313
4319
effects.
4314
4320
You can’t perform that action at this time.
0 commit comments