Skip to content

Commit dac2207

Browse files
Kevin Ellisbirtles
authored andcommitted
Update intrinsic iteration duration for a group effect
1 parent 048d212 commit dac2207

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

web-animations-2/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,11 @@ number of <a>child effects</a> as follows.
15551555

15561556
1. Let <var>maximum end time</var> be the maximum value
15571557
after calculating the <a>end time</a> of each <a>child
1558-
effect</a> in the group.
1558+
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.
15591563
2. The <a>intrinsic iteration duration</a> is the result of
15601564
evaluating <code>max(0, <var>maximum end
15611565
time</var>)</code>.

0 commit comments

Comments
 (0)