We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048d212 commit dac2207Copy full SHA for dac2207
1 file changed
web-animations-2/Overview.bs
@@ -1555,7 +1555,11 @@ number of <a>child effects</a> as follows.
1555
1556
1. Let <var>maximum end time</var> be the maximum value
1557
after calculating the <a>end time</a> of each <a>child
1558
- effect</a> in the group.
+ effect</a> in the group. The <a>end time</a> may be
1559
+ expressed as a time or a percentage (in the case of a
1560
+ progress based animation). In the event of mixed time and
1561
+ percentage <a>end time</a>s, the largest time based value
1562
+ equates to 100% for the purpose of time scaling.
1563
2. The <a>intrinsic iteration duration</a> is the result of
1564
evaluating <code>max(0, <var>maximum end
1565
time</var>)</code>.
0 commit comments