Skip to content

Commit 77948be

Browse files
committed
[css-transitions-2] Replace references to sampling with animation frames
1 parent 655f319 commit 77948be

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

css-transitions-2/Overview.bs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,11 @@ accounts for the full complexity of the Web Animations model.
224224

225225
To avoid firing redundant events, the set of events to dispatch is based
226226
on comparing the <a lt="transition phase">phase</a> of the transition in the
227-
previous <a lt="sampling">sample</a> (animation frame) to its current state.
227+
previous [=animation frame=] to its current state.
228228

229229
The <dfn>transition phase</dfn> of a transition is initially &lsquo;idle&rsquo;
230-
and is updated on each sample according to the first matching condition from
231-
below:
230+
and is updated on each [=animation frame=] according to
231+
the first matching condition from below:
232232

233233
<dl class=switch>
234234
<dt>If the transition has no [=associated effect=],
@@ -267,9 +267,10 @@ duration</a>, <a>current iteration</a>, <a>iteration start</a>, and
267267
[=iteration duration=] of a transition should be understood to refer
268268
to the corresponding properties of the transition's [=associated effect=].
269269

270-
Each time an animation is <a lt="sampling">sampled</a>, the events to
271-
dispatch are determined by comparing the <a>transition phase</a> before and
272-
after the sample as follows:
270+
Each time a new [=animation frame=] is established,
271+
the events to dispatch are determined by comparing
272+
the <a>transition phase</a> in the previous and current [=animation frame=]
273+
as follows:
273274

274275
<table class="event-state-transitions">
275276
<thead>

0 commit comments

Comments
 (0)