Skip to content

Commit e786a89

Browse files
authored
[web-animations-2] Put back removed defs for animation trigger state values
1 parent 2fcaf50 commit e786a89

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

web-animations-2/Overview.bs

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,8 +2365,17 @@ these possible values:
23652365

23662366
<dl dfn-for="animation trigger state">
23672367
<dt><dfn>idle</dfn>
2368-
<dt><dfn>primary</dfn>
2369-
<dt><dfn>inverse</dfn>
2368+
<dd>
2369+
The [=animation effect=] associated |animation| remains in
2370+
its [=animation effect/before phase=] and stays at zero [=animation/current time=].
2371+
2372+
<dt><dfn>primary</dfn>
2373+
<dd>
2374+
When switched to this value the [=animation trigger state/primary=] behavior type defined by |type| is applied to |animation|.
2375+
2376+
<dt><dfn>inverse</dfn>
2377+
<dd>
2378+
When switched to this value the [=animation trigger state/inverse=] behavior type defined by |type| is applied to |animation|.
23702379
</dl>
23712380

23722381
The values of [=animation trigger state|state=] and [=did trigger=] are

0 commit comments

Comments
 (0)