We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339c8a0 commit 89c54adCopy full SHA for 89c54ad
1 file changed
web-animations-2/Overview.bs
@@ -1006,11 +1006,16 @@ Add:
1006
> :: Follow the procedure in
1007
> [[#the-intrinsic-iteration-duration-of-a-sequence-effect]]
1008
>
1009
-> : If [=timeline duration=] is unresolved,
+> : If [=timeline duration=] is unresolved or <a>iteration count</a> is zero,
1010
> :: Return 0
1011
1012
> : Otherwise
1013
-> :: Return [=timeline duration=] / <a>iteration count</a>
+> :: Return <code>(100% - <a>start delay</a> - <a>end delay</a>) /
1014
+> <a>iteration count</a></code>
1015
+> <p class="note">
1016
+> Presently start and end delays are zero until such time as percentage
1017
+> based delays are supported.
1018
+> </p>
1019
> </div>
1020
1021
> The <a>iteration duration</a> of an <a>animation effect</a> may be set
0 commit comments