Skip to content

Commit 6a1fad6

Browse files
committed
[web-animations-1] De-dup dfn of associated animation
1 parent 552e237 commit 6a1fad6

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

web-animations-1/Overview.bs

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2466,14 +2466,13 @@ Animation effects {#animation-effects}
24662466
that provides a static description of some timed behavior.
24672467

24682468
### Relationship between animation effects and animations ### {#animation-effects-and-animations}
2469-
2470-
The [=associated effect=] of an [=animation=], if set,
2471-
is a type of [=animation effect=].
2472-
The [=associated effect=] of an [=animation=]
2473-
is said to be <dfn lt="associated with an animation">associated</dfn>
2474-
with that animation.
2469+
<p id="animation-effects-and-animations">
2470+
An [=animation effect=] is
2471+
<dfn for="animation effect" lt="associated animation"
2472+
local-lt="associated with an animation">associated with an animation</dfn>
2473+
when the effect is that animation’s [=associated effect=].
24752474
At a given moment,
2476-
an [=animation effect=] can be [=associated with an animation|associated=]
2475+
an [=animation effect=] can be [=associated animation|associated=]
24772476
with at most one [=animation=].
24782477

24792478
An [=animation effect=], |effect|,
@@ -4248,11 +4247,6 @@ Combining effects {#combining-effects}
42484247
of any two [=keyframe effects=] |A| and |B| within an [=effect stack=]
42494248
is established by comparing their properties as follows:
42504249

4251-
1. Let the <dfn for="animation effect"
4252-
lt="associated animation">associated animation of an animation effect</dfn>
4253-
be the [=animation=] [=associated with an animation|associated=]
4254-
with the [=animation effect=].
4255-
42564250
1. Sort |A| and |B|
42574251
by applying the following conditions in turn
42584252
until the order is resolved,

0 commit comments

Comments
 (0)