Skip to content

Commit 8d74c4b

Browse files
committed
[web-animations-1] Re-introduce animation type definition
1 parent 427754f commit 8d74c4b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

web-animations-1/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2956,7 +2956,8 @@ property.
29562956

29572957
Unless otherwise specified, all CSS properties are
29582958
<dfn id="concept-animatable">animatable</dfn>.
2959-
How property values combine is defined by the Animation line
2959+
How property values combine is defined by
2960+
the <dfn export>Animation type</dfn> line
29602961
in each property's property definition table:
29612962

29622963
<dl export>
@@ -3358,8 +3359,8 @@ referenced by a <a>keyframe effect</a> as one of its
33583359
on <var>keyframe</var> with the result of combining
33593360
<var>underlying value</var> (<var>V</var><sub>a</sub>) and
33603361
<var>value to combine</var> (<var>V</var><sub>b</sub>)
3361-
using the <var>composite operation to use</var>
3362-
procedure defined by the <var>target property</var>'s
3362+
using the procedure for the <var>composite operation to use</var>
3363+
corresponding to the <var>target property</var>'s
33633364
<a>animation type</a>.
33643365

33653366
1. If this <a>keyframe effect</a> has an <a>iteration

0 commit comments

Comments
 (0)