Skip to content

Commit 55e5aa8

Browse files
Kevin Ellisbirtles
Kevin Ellis
authored andcommitted
Cleanup
1 parent 89c54ad commit 55e5aa8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web-animations-2/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Add:
155155
> [=iteration duration=] is 'auto'. The value is computed such that the effect
156156
> fills the available time. For a monotonic timeline, there is no upper bound
157157
> on current time, and [=timeline duration=] is unresolved. For a non-monotonic
158-
> (i.e. scroll) timeline, the duration has a fixed upper bound. In this
158+
> (e.g. scroll) timeline, the duration has a fixed upper bound. In this
159159
> case, the timeline is a <dfn lt="progress-based timeline">progress-based
160160
> timeline</dfn>, and its [=timeline duration=] is 100%.
161161

@@ -2142,9 +2142,9 @@ partial dictionary OptionalEffectTiming {
21422142
> The <dfn>specified end delay</dfn> which represents the number of milliseconds
21432143
> from the end of an <a>animation effect</a>'s <a>active interval</a>
21442144
> until the <a lt='animation effect start time'>start time</a> of any
2145-
> <a>animation effect</a> that may follow, for example, in a <a>sequence
2146-
> effect</a>. The |specified end delay| is converted to an <a>end delay</a>
2147-
> following the [=normalize specified timing=] procedure.
2145+
> <a>animation effect</a> that may follow, for example, in a
2146+
> <a>sequence effect</a>. The |specified end delay| is converted to an
2147+
> <a>end delay</a> following the [=normalize specified timing=] procedure.
21482148

21492149
: <dfn>duration</dfn>
21502150
:: Update the description as:

0 commit comments

Comments
 (0)