docs: fix animations reference links to api pages (#32267)
The automated links for state() and group() are currently going to the wrong api pages. Edit directs them to the correct animations api pages. PR Close #32267
This commit is contained in:
parent
b9fbd9bb03
commit
e188c9703c
|
@ -260,7 +260,7 @@ What it does
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>state()</code></td>
|
||||
<td><code><a href="api/animations/state" class="code-anchor">state()</a></code></td>
|
||||
<td>Creates a named set of CSS styles that should be applied on successful transition to a given state. The state can then be referenced by name within other animation functions.</td>
|
||||
</tr>
|
||||
|
||||
|
@ -280,7 +280,7 @@ What it does
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>group()</code></td>
|
||||
<td><code><a href="api/animations/group" class="code-anchor">group()</a></code></td>
|
||||
<td>Specifies a group of animation steps (<em>inner animations</em>) to be run in parallel. Animation continues only after all inner animation steps have completed. Used within <code>sequence()</code> or <code>transition().</code></td>
|
||||
</tr>
|
||||
|
||||
|
|
Loading…
Reference in New Issue